Html Css Color HEX #151418 Jaguar

📋 copy color: '#151418'

red 21 ◦ green 20 ◦ blue 24

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

Shades of Jaguar #151418

Tints of Jaguar #151418

RGB

 RED value IS 21 (8.59% from 255) = 32.31%

 GREEN value IS 20 (8.2% from 255) = 30.77%

 BLUE value IS 24 (9.77% from 255) = 36.92%

R = 32.31%
G = 30.77%
B = 36.92%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#151418 (or 0x151418) is known color: Jaguar. HEX triplet: 15, 14 and 18. RGB value is (21,20,24). Sum of RGB (Red+Green+Blue) = 21+20+24=65 (8% of max value = 765). Red value is 21 (8.59% from 255 or 32.31% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 24 (9.77% from 255 or 36.92% from 65); Max value from RGB is 24 - color contains mainly: blue. Hex color #151418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151418 is #EAEBE7. Grayscale: #141414. Windows color (decimal): -15395816 or 1578005. OLE color: 1578005.

HSL color Cylindrical-coordinate representation of color #151418: hue angle of 255º degrees, saturation: 0.09, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #151418 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 21 20 24 -
CMYK 0.13 0.17 0 0.91
HSL 255º 0.09% 0.09% -
HSV(B) 255º 0.17% 0.09% -
XYZ 0.72 0.73 0.97 -
YUV 20.76 129.83 128.17 -
System Red Green Blue C M Y K H S L
Decimal 21 20 24 0.13 0.17 0 0.91 255 0.09 0.09
Hex 15 14 18 D 11 0 5B FF 9 9
Octal 25 24 30 15 21 0 133 377 11 11
Binary 10101 10100 11000 1101 10001 0 1011011 11111111 1001 1001

Color Harmonies of #151418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151418

Black with #151418

Text Example


Text Example

White with #151418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151418; }

 p { color: rgb(21,20,24); }

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

background-color css

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

 a { background-color: rgb(21,20,24); }

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

border-color css

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

 span { border-color: rgb(21,20,24); }

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