Html Css Color HEX #120E21 Jaguar

📋 copy color: '#120E21'

red 18 ◦ green 14 ◦ blue 33

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

Shades of Jaguar #120E21

Tints of Jaguar #120E21

RGB

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

 GREEN value IS 14 (5.86% from 255) = 21.54%

 BLUE value IS 33 (13.28% from 255) = 50.77%

R = 27.69%
G = 21.54%
B = 50.77%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#120E21 (or 0x120E21) is known color: Jaguar. HEX triplet: 12, 0E and 21. RGB value is (18,14,33). Sum of RGB (Red+Green+Blue) = 18+14+33=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 14 (5.86% from 255 or 21.54% from 65); Blue value is 33 (13.28% from 255 or 50.77% from 65); Max value from RGB is 33 - color contains mainly: blue. Hex color #120E21 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120E21 is #EDF1DE. Grayscale: #111111. Windows color (decimal): -15593951 or 2166290. OLE color: 2166290.

HSL color Cylindrical-coordinate representation of color #120E21: hue angle of 252.63º degrees, saturation: 0.4, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #120E21 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 18 14 33 -
CMYK 0.45 0.58 0 0.87
HSL 252.63º 0.4% 0.09% -
HSV(B) 252.63º 0.58% 0.13% -
XYZ 0.68 0.55 1.51 -
YUV 17.36 136.83 128.46 -
System Red Green Blue C M Y K H S L
Decimal 18 14 33 0.45 0.58 0 0.87 252.63 0.4 0.09
Hex 12 E 21 2D 3A 0 57 FD 28 9
Octal 22 16 41 55 72 0 127 375 50 11
Binary 10010 1110 100001 101101 111010 0 1010111 11111101 101000 1001

Color Harmonies of #120E21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120E21

Black with #120E21

Text Example


Text Example

White with #120E21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120E21; }

 p { color: rgb(18,14,33); }

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

background-color css

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

 a { background-color: rgb(18,14,33); }

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

border-color css

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

 span { border-color: rgb(18,14,33); }

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