#151029

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

Shades of Jaguar #151029

Tints of Jaguar #151029

Color information

#151029 (or 0x151029) is unknown color: approx Jaguar. HEX triplet: 15, 10 and 29. RGB value is (21,16,41). Sum of RGB (Red+Green+Blue) = 21+16+41=78 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.92% from 78); Green value is 16 (6.64% from 255 or 20.51% from 78); Blue value is 41 (16.41% from 255 or 52.56% from 78); Max value from RGB is 41 - color contains mainly: blue. Hex color #151029 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151029 is #EAEFD6. Grayscale: #141414. Windows color (decimal): -15396823 or 2691093. OLE color: 2691093.

HSL color Cylindrical-coordinate representation of color #151029: hue angle of 252º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #151029 is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB211641-
CMYK0.490.6100.84
HSL252º43.86%11.18%-
HSV(B)252º60.98%16.08%-
XYZ0.890.692.18-
YUV20.34139.66128.47-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 26.92%
GREEN value IS 16 (6.64% from 255) = 20.51%
BLUE value IS 41 (16.41% from 255) = 52.56%
R=26.92%
G=20.51%
B=52.56%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2116410.490.6100.8425243.8611.18
Hex151029313D054fc2cb
Octal252051617501243745413
Binary101011000010100111000111110101010100111111001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151029; }

 p { color: rgb(21,16,41); }

 H1.HeaderClassName
 {
   color: #151029;
 }
 .AnyTagClassName
 {
   color: #151029;
 }
</style>
background-color css

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

 a { background-color: rgb(21,16,41); }

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

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

 span { border-color: rgb(21,16,41); }

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