#151230

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

Shades of Jaguar #151230

Tints of Jaguar #151230

Color information

#151230 (or 0x151230) is unknown color: approx Jaguar. HEX triplet: 15, 12 and 30. RGB value is (21,18,48). Sum of RGB (Red+Green+Blue) = 21+18+48=87 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.14% from 87); Green value is 18 (7.42% from 255 or 20.69% from 87); Blue value is 48 (19.14% from 255 or 55.17% from 87); Max value from RGB is 48 - color contains mainly: blue. Hex color #151230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151230 is #EAEDCF. Grayscale: #161616. Windows color (decimal): -15396304 or 3150357. OLE color: 3150357.

HSL color Cylindrical-coordinate representation of color #151230: hue angle of 246º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #151230 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB211848-
CMYK0.560.6300.81
HSL246º45.45%12.94%-
HSV(B)246º62.5%18.82%-
XYZ1.060.812.9-
YUV22.32142.49127.06-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 24.14%
GREEN value IS 18 (7.42% from 255) = 20.69%
BLUE value IS 48 (19.14% from 255) = 55.17%
R=24.14%
G=20.69%
B=55.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2118480.560.6300.8124645.4512.94
Hex151230383F051f62dd
Octal252260707701213665515
Binary101011001011000011100011111101010001111101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151230; }

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

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

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

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

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

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

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

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