Html Css Color HEX #15131F Jaguar

📋 copy color: '#15131F'

red 21 ◦ green 19 ◦ blue 31

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

Shades of Jaguar #15131F

Tints of Jaguar #15131F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 43.66%

R = 29.58%
G = 26.76%
B = 43.66%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#15131F (or 0x15131F) is known color: Jaguar. HEX triplet: 15, 13 and 1F. RGB value is (21,19,31). Sum of RGB (Red+Green+Blue) = 21+19+31=71 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.58% from 71); Green value is 19 (7.81% from 255 or 26.76% from 71); Blue value is 31 (12.5% from 255 or 43.66% from 71); Max value from RGB is 31 - color contains mainly: blue. Hex color #15131F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15131F is #EAECE0. Grayscale: #141414. Windows color (decimal): -15396065 or 2036501. OLE color: 2036501.

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

Color convert

RGB 21 19 31 -
CMYK 0.32 0.39 0 0.88
HSL 250º 0.24% 0.1% -
HSV(B) 250º 0.39% 0.12% -
XYZ 0.79 0.72 1.39 -
YUV 20.97 133.66 128.02 -
System Red Green Blue C M Y K H S L
Decimal 21 19 31 0.32 0.39 0 0.88 250 0.24 0.1
Hex 15 13 1F 20 27 0 58 FA 18 A
Octal 25 23 37 40 47 0 130 372 30 12
Binary 10101 10011 11111 100000 100111 0 1011000 11111010 11000 1010

Color Harmonies of #15131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15131F

Black with #15131F

Text Example


Text Example

White with #15131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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