Html Css Color HEX #151232 Jaguar

📋 copy color: '#151232'

red 21 ◦ green 18 ◦ blue 50

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

Shades of Jaguar #151232

Tints of Jaguar #151232

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20.22%

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

R = 23.6%
G = 20.22%
B = 56.18%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#151232 (or 0x151232) is known color: Jaguar. HEX triplet: 15, 12 and 32. RGB value is (21,18,50). Sum of RGB (Red+Green+Blue) = 21+18+50=89 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.60% from 89); Green value is 18 (7.42% from 255 or 20.22% from 89); Blue value is 50 (19.92% from 255 or 56.18% from 89); Max value from RGB is 50 - color contains mainly: blue. Hex color #151232 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151232 is #EAEDCD. Grayscale: #161616. Windows color (decimal): -15396302 or 3281429. OLE color: 3281429.

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

Color convert

RGB 21 18 50 -
CMYK 0.58 0.64 0 0.80
HSL 245.63º 0.47% 0.13% -
HSV(B) 245.63º 0.64% 0.2% -
XYZ 1.1 0.82 3.12 -
YUV 22.55 143.49 126.9 -
System Red Green Blue C M Y K H S L
Decimal 21 18 50 0.58 0.64 0 0.80 245.63 0.47 0.13
Hex 15 12 32 3A 40 0 50 F6 2F D
Octal 25 22 62 72 100 0 120 366 57 15
Binary 10101 10010 110010 111010 1000000 0 1010000 11110110 101111 1101

Color Harmonies of #151232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151232

Black with #151232

Text Example


Text Example

White with #151232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151232; }

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

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

background-color css

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

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

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

border-color css

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

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

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