#151228

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

Shades of Jaguar #151228

Tints of Jaguar #151228

Color information

#151228 (or 0x151228) is unknown color: approx Jaguar. HEX triplet: 15, 12 and 28. RGB value is (21,18,40). Sum of RGB (Red+Green+Blue) = 21+18+40=79 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.58% from 79); Green value is 18 (7.42% from 255 or 22.78% from 79); Blue value is 40 (16.02% from 255 or 50.63% from 79); Max value from RGB is 40 - color contains mainly: blue. Hex color #151228 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151228 is #EAEDD7. Grayscale: #151515. Windows color (decimal): -15396312 or 2626069. OLE color: 2626069.

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

Color convert

RGB211840-
CMYK0.480.5500.84
HSL248.18º37.93%11.37%-
HSV(B)248.18º55%15.69%-
XYZ0.910.752.1-
YUV21.4138.49127.71-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 26.58%
GREEN value IS 18 (7.42% from 255) = 22.78%
BLUE value IS 40 (16.02% from 255) = 50.63%
R=26.58%
G=22.78%
B=50.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2118400.480.5500.84248.1837.9311.37
Hex1512283037054f826b
Octal252250606701243704613
Binary101011001010100011000011011101010100111110001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151228; }

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

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

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

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

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

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

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

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