Html Css Color HEX #120F1D Jaguar

📋 copy color: '#120F1D'

red 18 ◦ green 15 ◦ blue 29

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

Shades of Jaguar #120F1D

Tints of Jaguar #120F1D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 24.19%

 BLUE value IS 29 (11.72% from 255) = 46.77%

R = 29.03%
G = 24.19%
B = 46.77%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#120F1D (or 0x120F1D) is known color: Jaguar. HEX triplet: 12, 0F and 1D. RGB value is (18,15,29). Sum of RGB (Red+Green+Blue) = 18+15+29=62 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.03% from 62); Green value is 15 (6.25% from 255 or 24.19% from 62); Blue value is 29 (11.72% from 255 or 46.77% from 62); Max value from RGB is 29 - color contains mainly: blue. Hex color #120F1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120F1D is #EDF0E2. Grayscale: #111111. Windows color (decimal): -15593699 or 1904402. OLE color: 1904402.

HSL color Cylindrical-coordinate representation of color #120F1D: hue angle of 252.86º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #120F1D is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 18 15 29 -
CMYK 0.38 0.48 0 0.89
HSL 252.86º 0.32% 0.09% -
HSV(B) 252.86º 0.48% 0.11% -
XYZ 0.64 0.56 1.24 -
YUV 17.49 134.49 128.36 -
System Red Green Blue C M Y K H S L
Decimal 18 15 29 0.38 0.48 0 0.89 252.86 0.32 0.09
Hex 12 F 1D 26 30 0 59 FD 20 9
Octal 22 17 35 46 60 0 131 375 40 11
Binary 10010 1111 11101 100110 110000 0 1011001 11111101 100000 1001

Color Harmonies of #120F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120F1D

Black with #120F1D

Text Example


Text Example

White with #120F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,15,29); }

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

background-color css

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

 a { background-color: rgb(18,15,29); }

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

border-color css

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

 span { border-color: rgb(18,15,29); }

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