Html Css Color HEX #15131E Jaguar

📋 copy color: '#15131E'

red 21 ◦ green 19 ◦ blue 30

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

Shades of Jaguar #15131E

Tints of Jaguar #15131E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 42.86%

R = 30%
G = 27.14%
B = 42.86%

CMYK

 C value IS 0.30

 M value IS 0.37

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#15131E (or 0x15131E) is known color: Jaguar. HEX triplet: 15, 13 and 1E. RGB value is (21,19,30). Sum of RGB (Red+Green+Blue) = 21+19+30=70 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30% from 70); Green value is 19 (7.81% from 255 or 27.14% from 70); Blue value is 30 (12.11% from 255 or 42.86% from 70); Max value from RGB is 30 - color contains mainly: blue. Hex color #15131E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15131E is #EAECE1. Grayscale: #141414. Windows color (decimal): -15396066 or 1970965. OLE color: 1970965.

HSL color Cylindrical-coordinate representation of color #15131E: hue angle of 250.91º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #15131E is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 21 19 30 -
CMYK 0.30 0.37 0 0.88
HSL 250.91º 0.22% 0.1% -
HSV(B) 250.91º 0.37% 0.12% -
XYZ 0.78 0.72 1.33 -
YUV 20.85 133.16 128.11 -
System Red Green Blue C M Y K H S L
Decimal 21 19 30 0.30 0.37 0 0.88 250.91 0.22 0.1
Hex 15 13 1E 1E 25 0 58 FB 16 A
Octal 25 23 36 36 45 0 130 373 26 12
Binary 10101 10011 11110 11110 100101 0 1011000 11111011 10110 1010

Color Harmonies of #15131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15131E

Black with #15131E

Text Example


Text Example

White with #15131E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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