#151125

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

Shades of Jaguar #151125

Tints of Jaguar #151125

Color information

#151125 (or 0x151125) is unknown color: approx Jaguar. HEX triplet: 15, 11 and 25. RGB value is (21,17,37). Sum of RGB (Red+Green+Blue) = 21+17+37=75 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 37 (14.84% from 255 or 49.33% from 75); Max value from RGB is 37 - color contains mainly: blue. Hex color #151125 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151125 is #EAEEDA. Grayscale: #141414. Windows color (decimal): -15396571 or 2429205. OLE color: 2429205.

HSL color Cylindrical-coordinate representation of color #151125: hue angle of 252º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #151125 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB211737-
CMYK0.430.5400.85
HSL252º37.04%10.59%-
HSV(B)252º54.05%14.51%-
XYZ0.840.691.84-
YUV20.48137.33128.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 28%
GREEN value IS 17 (7.03% from 255) = 22.67%
BLUE value IS 37 (14.84% from 255) = 49.33%
R=28%
G=22.67%
B=49.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2117370.430.5400.8525237.0410.59
Hex1511252B36055fc25b
Octal252145536601253744513
Binary101011000110010110101111011001010101111111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151125; }

 p { color: rgb(21,17,37); }

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

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

 a { background-color: rgb(21,17,37); }

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

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

 span { border-color: rgb(21,17,37); }

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