Html Css Color HEX #15131D Jaguar

📋 copy color: '#15131D'

red 21 ◦ green 19 ◦ blue 29

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

Shades of Jaguar #15131D

Tints of Jaguar #15131D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 27.54%

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

R = 30.43%
G = 27.54%
B = 42.03%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#15131D (or 0x15131D) is known color: Jaguar. HEX triplet: 15, 13 and 1D. RGB value is (21,19,29). Sum of RGB (Red+Green+Blue) = 21+19+29=69 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30.43% from 69); Green value is 19 (7.81% from 255 or 27.54% from 69); Blue value is 29 (11.72% from 255 or 42.03% from 69); Max value from RGB is 29 - color contains mainly: blue. Hex color #15131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15131D is #EAECE2. Grayscale: #141414. Windows color (decimal): -15396067 or 1905429. OLE color: 1905429.

HSL color Cylindrical-coordinate representation of color #15131D: hue angle of 252º degrees, saturation: 0.21, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #15131D is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 21 19 29 -
CMYK 0.28 0.34 0 0.89
HSL 252º 0.21% 0.09% -
HSV(B) 252º 0.34% 0.11% -
XYZ 0.76 0.71 1.26 -
YUV 20.74 132.66 128.19 -
System Red Green Blue C M Y K H S L
Decimal 21 19 29 0.28 0.34 0 0.89 252 0.21 0.09
Hex 15 13 1D 1C 22 0 59 FC 15 9
Octal 25 23 35 34 42 0 131 374 25 11
Binary 10101 10011 11101 11100 100010 0 1011001 11111100 10101 1001

Color Harmonies of #15131D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15131D

Black with #15131D

Text Example


Text Example

White with #15131D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15131D; }

 p { color: rgb(21,19,29); }

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

background-color css

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

 a { background-color: rgb(21,19,29); }

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

border-color css

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

 span { border-color: rgb(21,19,29); }

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