#120029

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

Shades of Blackcurrant #120029

Tints of Blackcurrant #120029

Color information

#120029 (or 0x120029) is unknown color: approx Blackcurrant. HEX triplet: 12, 00 and 29. RGB value is (18,0,41). Sum of RGB (Red+Green+Blue) = 18+0+41=59 (7% of max value = 765). Red value is 18 (7.42% from 255 or 30.51% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 41 (16.41% from 255 or 69.49% from 59); Max value from RGB is 41 - color contains mainly: blue. Hex color #120029 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120029 is #EDFFD6. Grayscale: #090909. Windows color (decimal): -15597527 or 2686994. OLE color: 2686994.

HSL color Cylindrical-coordinate representation of color #120029: hue angle of 266.34º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120029 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB18041-
CMYK0.56100.84
HSL266.34º100%8.04%-
HSV(B)266.34º100%16.08%-
XYZ0.650.292.12-
YUV10.06145.46133.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 30.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 41 (16.41% from 255) = 69.49%
R=30.51%
G=0%
B=69.49%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal180410.56100.84266.341008.04
Hex12029386405410a648
Octal2205170144012441214410
Binary10010010100111100011001000101010010000101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120029; }

 p { color: rgb(18,0,41); }

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

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

 a { background-color: rgb(18,0,41); }

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

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

 span { border-color: rgb(18,0,41); }

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