Html Css Color HEX #151132 Jaguar

📋 copy color: '#151132'

red 21 ◦ green 17 ◦ blue 50

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

Shades of Jaguar #151132

Tints of Jaguar #151132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 56.82%

R = 23.86%
G = 19.32%
B = 56.82%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#151132 (or 0x151132) is known color: Jaguar. HEX triplet: 15, 11 and 32. RGB value is (21,17,50). Sum of RGB (Red+Green+Blue) = 21+17+50=88 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.86% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 50 (19.92% from 255 or 56.82% from 88); Max value from RGB is 50 - color contains mainly: blue. Hex color #151132 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151132 is #EAEECD. Grayscale: #151515. Windows color (decimal): -15396558 or 3281173. OLE color: 3281173.

HSL color Cylindrical-coordinate representation of color #151132: hue angle of 247.27º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #151132 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 21 17 50 -
CMYK 0.58 0.66 0 0.80
HSL 247.27º 0.49% 0.13% -
HSV(B) 247.27º 0.66% 0.2% -
XYZ 1.09 0.79 3.11 -
YUV 21.96 143.83 127.32 -
System Red Green Blue C M Y K H S L
Decimal 21 17 50 0.58 0.66 0 0.80 247.27 0.49 0.13
Hex 15 11 32 3A 42 0 50 F7 31 D
Octal 25 21 62 72 102 0 120 367 61 15
Binary 10101 10001 110010 111010 1000010 0 1010000 11110111 110001 1101

Color Harmonies of #151132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151132

Black with #151132

Text Example


Text Example

White with #151132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151132; }

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

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

background-color css

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

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

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

border-color css

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

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

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