#151232

Color #151232 Jaguar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaguar #151232

Tints of Jaguar #151232

Color information

#151232 (or 0x151232) is unknown color: approx 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

RGB211850-
CMYK0.580.6400.80
HSL245.62º47.06%13.33%-
HSV(B)245.62º64%19.61%-
XYZ1.10.823.12-
YUV22.54143.49126.9-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 23.60%
GREEN value IS 18 (7.42% from 255) = 20.22%
BLUE value IS 50 (19.92% from 255) = 56.18%
R=23.60%
G=20.22%
B=56.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2118500.580.6400.80245.6247.0613.33
Hex1512323A40050f62fd
Octal2522627210001203665715
Binary1010110010110010111010100000001010000111101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>