#290C33

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

Shades of Blackcurrant #290C33

Tints of Blackcurrant #290C33

Color information

#290C33 (or 0x290C33) is unknown color: approx Blackcurrant. HEX triplet: 29, 0C and 33. RGB value is (41,12,51). Sum of RGB (Red+Green+Blue) = 41+12+51=104 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.42% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 51 (20.31% from 255 or 49.04% from 104); Max value from RGB is 51 - color contains mainly: blue. Hex color #290C33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #290C33 is #D6F3CC. Grayscale: #181818. Windows color (decimal): -14087117 or 3345449. OLE color: 3345449.

HSL color Cylindrical-coordinate representation of color #290C33: hue angle of 284.62º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #290C33 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB411251-
CMYK0.200.7600.8
HSL284.62º61.9%12.35%-
HSV(B)284.62º76.47%20%-
XYZ1.640.973.23-
YUV25.12142.61139.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 39.42%
GREEN value IS 12 (5.08% from 255) = 11.54%
BLUE value IS 51 (20.31% from 255) = 49.04%
R=39.42%
G=11.54%
B=49.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4112510.200.7600.8284.6261.912.35
Hex29C33144C05011d3ec
Octal5114632411401204357614
Binary1010011100110011101001001100010100001000111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #290C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #290C33; }

 p { color: rgb(41,12,51); }

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

<style>
 a { background-color: #290C33; }

 a { background-color: rgb(41,12,51); }

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

<style>
 span { border-color: #290C33; }

 span { border-color: rgb(41,12,51); }

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