#151223

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

Shades of Jaguar #151223

Tints of Jaguar #151223

Color information

#151223 (or 0x151223) is unknown color: approx Jaguar. HEX triplet: 15, 12 and 23. RGB value is (21,18,35). Sum of RGB (Red+Green+Blue) = 21+18+35=74 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.38% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 35 (14.06% from 255 or 47.30% from 74); Max value from RGB is 35 - color contains mainly: blue. Hex color #151223 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151223 is #EAEDDC. Grayscale: #141414. Windows color (decimal): -15396317 or 2298389. OLE color: 2298389.

HSL color Cylindrical-coordinate representation of color #151223: hue angle of 250.59º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #151223 is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB211835-
CMYK0.400.4900.86
HSL250.59º32.08%10.39%-
HSV(B)250.59º48.57%13.73%-
XYZ0.830.711.68-
YUV20.84135.99128.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 28.38%
GREEN value IS 18 (7.42% from 255) = 24.32%
BLUE value IS 35 (14.06% from 255) = 47.30%
R=28.38%
G=24.32%
B=47.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2118350.400.4900.86250.5932.0810.39
Hex1512232831056fb20a
Octal252243506101263734012
Binary101011001010001110100011000101010110111110111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151223; }

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

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

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

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

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

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

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

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