Html Css Color HEX #151131 Jaguar

📋 copy color: '#151131'

red 21 ◦ green 17 ◦ blue 49

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

Shades of Jaguar #151131

Tints of Jaguar #151131

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.54%

 BLUE value IS 49 (19.53% from 255) = 56.32%

R = 24.14%
G = 19.54%
B = 56.32%

CMYK

 C value IS 0.57

 M value IS 0.65

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#151131 (or 0x151131) is known color: Jaguar. HEX triplet: 15, 11 and 31. RGB value is (21,17,49). Sum of RGB (Red+Green+Blue) = 21+17+49=87 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.14% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 49 (19.53% from 255 or 56.32% from 87); Max value from RGB is 49 - color contains mainly: blue. Hex color #151131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151131 is #EAEECE. Grayscale: #151515. Windows color (decimal): -15396559 or 3215637. OLE color: 3215637.

HSL color Cylindrical-coordinate representation of color #151131: hue angle of 247.5º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #151131 is Cyan = 0.57, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 21 17 49 -
CMYK 0.57 0.65 0 0.81
HSL 247.5º 0.48% 0.13% -
HSV(B) 247.5º 0.65% 0.19% -
XYZ 1.06 0.78 3 -
YUV 21.84 143.33 127.4 -
System Red Green Blue C M Y K H S L
Decimal 21 17 49 0.57 0.65 0 0.81 247.5 0.48 0.13
Hex 15 11 31 39 41 0 51 F8 30 D
Octal 25 21 61 71 101 0 121 370 60 15
Binary 10101 10001 110001 111001 1000001 0 1010001 11111000 110000 1101

Color Harmonies of #151131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151131

Black with #151131

Text Example


Text Example

White with #151131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151131; }

 p { color: rgb(21,17,49); }

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

background-color css

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

 a { background-color: rgb(21,17,49); }

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

border-color css

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

 span { border-color: rgb(21,17,49); }

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