#0C0521

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

Shades of Jaguar #0C0521

Tints of Jaguar #0C0521

Color information

#0C0521 (or 0x0C0521) is unknown color: approx Jaguar. HEX triplet: 0C, 05 and 21. RGB value is (12,5,33). Sum of RGB (Red+Green+Blue) = 12+5+33=50 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24% from 50); Green value is 5 (2.34% from 255 or 10% from 50); Blue value is 33 (13.28% from 255 or 66% from 50); Max value from RGB is 33 - color contains mainly: blue. Hex color #0C0521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0521 is #F3FADE. Grayscale: #0A0A0A. Windows color (decimal): -15989471 or 2163980. OLE color: 2163980.

HSL color Cylindrical-coordinate representation of color #0C0521: hue angle of 255º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C0521 is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB12533-
CMYK0.640.8500.87
HSL255º73.68%7.45%-
HSV(B)255º84.85%12.94%-
XYZ0.480.31.47-
YUV10.28140.82129.22-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 24%
GREEN value IS 5 (2.34% from 255) = 10%
BLUE value IS 33 (13.28% from 255) = 66%
R=24%
G=10%
B=66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal125330.640.8500.8725573.687.45
HexC5214055057ff4a7
Octal1454110012501273771127
Binary11001011000011000000101010101010111111111111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,5,33); }

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

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

 a { background-color: rgb(12,5,33); }

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

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

 span { border-color: rgb(12,5,33); }

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