#29094B

Color #29094B Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #29094B

Tints of Blackcurrant #29094B

Color information

#29094B (or 0x29094B) is unknown color: approx Blackcurrant. HEX triplet: 29, 09 and 4B. RGB value is (41,9,75). Sum of RGB (Red+Green+Blue) = 41+9+75=125 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.8% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 75 (29.69% from 255 or 60% from 125); Max value from RGB is 75 - color contains mainly: blue. Hex color #29094B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29094B is #D6F6B4. Grayscale: #191919. Windows color (decimal): -14087861 or 4917545. OLE color: 4917545.

HSL color Cylindrical-coordinate representation of color #29094B: hue angle of 269.09º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #29094B is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB41975-
CMYK0.450.8800.71
HSL269.09º78.57%16.47%-
HSV(B)269.09º88%29.41%-
XYZ2.281.176.76-
YUV26.09155.6138.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 32.8%
GREEN value IS 9 (3.91% from 255) = 7.2%
BLUE value IS 75 (29.69% from 255) = 60%
R=32.8%
G=7.2%
B=60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal419750.450.8800.71269.0978.5716.47
Hex2994B2D5804710d4f10
Octal511111355130010741511720
Binary10100110011001011101101101100001000111100001101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29094B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29094B; }

 p { color: rgb(41,9,75); }

 H1.HeaderClassName
 {
   color: #29094B;
 }
 .AnyTagClassName
 {
   color: #29094B;
 }
</style>
background-color css

<style>
 a { background-color: #29094B; }

 a { background-color: rgb(41,9,75); }

 div.DivClassName
 {
   background-color: #29094B;
 }
 .BgClassName
 {
   background-color: #29094B;
 }
</style>
border-color css

<style>
 span { border-color: #29094B; }

 span { border-color: rgb(41,9,75); }

 td.TdClassName
 {
   border-color: #29094B;
 }
 .TagClassName
 {
   border-color: #29094B;
 }
</style>