Html Css Color HEX #120229 Blackcurrant

📋 copy color: '#120229'

red 18 ◦ green 2 ◦ blue 41

#120229
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #120229

Tints of Blackcurrant #120229

RGB

 RED value IS 18 (7.42% from 255) = 29.51%

 GREEN value IS 2 (1.17% from 255) = 3.28%

 BLUE value IS 41 (16.41% from 255) = 67.21%

R = 29.51%
G = 3.28%
B = 67.21%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#120229 (or 0x120229) is known color: Blackcurrant. HEX triplet: 12, 02 and 29. RGB value is (18,2,41). Sum of RGB (Red+Green+Blue) = 18+2+41=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 41 (16.41% from 255 or 67.21% from 61); Max value from RGB is 41 - color contains mainly: blue. Hex color #120229 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120229 is #EDFDD6. Grayscale: #0B0B0B. Windows color (decimal): -15597015 or 2687506. OLE color: 2687506.

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

Color convert

RGB 18 2 41 -
CMYK 0.56 0.95 0 0.84
HSL 264.62º 0.91% 0.08% -
HSV(B) 264.62º 0.95% 0.16% -
XYZ 0.67 0.33 2.13 -
YUV 11.23 144.8 132.83 -
System Red Green Blue C M Y K H S L
Decimal 18 2 41 0.56 0.95 0 0.84 264.62 0.91 0.08
Hex 12 2 29 38 5F 0 54 109 5B 8
Octal 22 2 51 70 137 0 124 411 133 10
Binary 10010 10 101001 111000 1011111 0 1010100 100001001 1011011 1000

Color Harmonies of #120229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120229

Black with #120229

Text Example


Text Example

White with #120229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120229; }

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

 H1.HeaderClassName
 {
   color: #120229;
 }
 .AnyTagClassName
 {
   color: #120229;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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