Html Css Color HEX #131217 Jaguar

📋 copy color: '#131217'

red 19 ◦ green 18 ◦ blue 23

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

Shades of Jaguar #131217

Tints of Jaguar #131217

RGB

 RED value IS 19 (7.81% from 255) = 31.67%

 GREEN value IS 18 (7.42% from 255) = 30%

 BLUE value IS 23 (9.38% from 255) = 38.33%

R = 31.67%
G = 30%
B = 38.33%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#131217 (or 0x131217) is known color: Jaguar. HEX triplet: 13, 12 and 17. RGB value is (19,18,23). Sum of RGB (Red+Green+Blue) = 19+18+23=60 (7% of max value = 765). Red value is 19 (7.81% from 255 or 31.67% from 60); Green value is 18 (7.42% from 255 or 30% from 60); Blue value is 23 (9.38% from 255 or 38.33% from 60); Max value from RGB is 23 - color contains mainly: blue. Hex color #131217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131217 is #ECEDE8. Grayscale: #121212. Windows color (decimal): -15527401 or 1511955. OLE color: 1511955.

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

Color convert

RGB 19 18 23 -
CMYK 0.17 0.22 0 0.91
HSL 252º 0.12% 0.08% -
HSV(B) 252º 0.22% 0.09% -
XYZ 0.64 0.63 0.9 -
YUV 18.87 130.33 128.09 -
System Red Green Blue C M Y K H S L
Decimal 19 18 23 0.17 0.22 0 0.91 252 0.12 0.08
Hex 13 12 17 11 16 0 5B FC C 8
Octal 23 22 27 21 26 0 133 374 14 10
Binary 10011 10010 10111 10001 10110 0 1011011 11111100 1100 1000

Color Harmonies of #131217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131217

Black with #131217

Text Example


Text Example

White with #131217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131217; }

 p { color: rgb(19,18,23); }

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

background-color css

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

 a { background-color: rgb(19,18,23); }

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

border-color css

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

 span { border-color: rgb(19,18,23); }

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