#0D0528

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

Shades of Jaguar #0D0528

Tints of Jaguar #0D0528

Color information

#0D0528 (or 0x0D0528) is unknown color: approx Jaguar. HEX triplet: 0D, 05 and 28. RGB value is (13,5,40). Sum of RGB (Red+Green+Blue) = 13+5+40=58 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.41% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 40 (16.02% from 255 or 68.97% from 58); Max value from RGB is 40 - color contains mainly: blue. Hex color #0D0528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0528 is #F2FAD7. Grayscale: #0B0B0B. Windows color (decimal): -15923928 or 2622733. OLE color: 2622733.

HSL color Cylindrical-coordinate representation of color #0D0528: hue angle of 253.71º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D0528 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB13540-
CMYK0.670.8800.84
HSL253.71º77.78%8.82%-
HSV(B)253.71º87.5%15.69%-
XYZ0.60.352.04-
YUV11.38144.15129.15-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 22.41%
GREEN value IS 5 (2.34% from 255) = 8.62%
BLUE value IS 40 (16.02% from 255) = 68.97%
R=22.41%
G=8.62%
B=68.97%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal135400.670.8800.84253.7177.788.82
HexD5284358054fe4e9
Octal15550103130012437611611
Binary110110110100010000111011000010101001111111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D0528; }

 p { color: rgb(13,5,40); }

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

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

 a { background-color: rgb(13,5,40); }

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

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

 span { border-color: rgb(13,5,40); }

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