Html Css Color HEX #151320 Jaguar

📋 copy color: '#151320'

red 21 ◦ green 19 ◦ blue 32

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

Shades of Jaguar #151320

Tints of Jaguar #151320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 44.44%

R = 29.17%
G = 26.39%
B = 44.44%

CMYK

 C value IS 0.34

 M value IS 0.41

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#151320 (or 0x151320) is known color: Jaguar. HEX triplet: 15, 13 and 20. RGB value is (21,19,32). Sum of RGB (Red+Green+Blue) = 21+19+32=72 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.17% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 32 (12.89% from 255 or 44.44% from 72); Max value from RGB is 32 - color contains mainly: blue. Hex color #151320 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151320 is #EAECDF. Grayscale: #151515. Windows color (decimal): -15396064 or 2102037. OLE color: 2102037.

HSL color Cylindrical-coordinate representation of color #151320: hue angle of 249.23º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #151320 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 21 19 32 -
CMYK 0.34 0.41 0 0.87
HSL 249.23º 0.25% 0.1% -
HSV(B) 249.23º 0.41% 0.13% -
XYZ 0.8 0.73 1.46 -
YUV 21.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 21 19 32 0.34 0.41 0 0.87 249.23 0.25 0.1
Hex 15 13 20 22 29 0 57 F9 19 A
Octal 25 23 40 42 51 0 127 371 31 12
Binary 10101 10011 100000 100010 101001 0 1010111 11111001 11001 1010

Color Harmonies of #151320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151320

Black with #151320

Text Example


Text Example

White with #151320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151320; }

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

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

background-color css

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

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

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

border-color css

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

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

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