#0C0428

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

Shades of Jaguar #0C0428

Tints of Jaguar #0C0428

Color information

#0C0428 (or 0x0C0428) is unknown color: approx Jaguar. HEX triplet: 0C, 04 and 28. RGB value is (12,4,40). Sum of RGB (Red+Green+Blue) = 12+4+40=56 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.43% from 56); Green value is 4 (1.95% from 255 or 7.14% from 56); Blue value is 40 (16.02% from 255 or 71.43% from 56); Max value from RGB is 40 - color contains mainly: blue. Hex color #0C0428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0428 is #F3FBD7. Grayscale: #0A0A0A. Windows color (decimal): -15989720 or 2622476. OLE color: 2622476.

HSL color Cylindrical-coordinate representation of color #0C0428: hue angle of 253.33º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C0428 is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB12440-
CMYK0.700.9000.84
HSL253.33º81.82%8.63%-
HSV(B)253.33º90%15.69%-
XYZ0.580.322.04-
YUV10.5144.65129.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 21.43%
GREEN value IS 4 (1.95% from 255) = 7.14%
BLUE value IS 40 (16.02% from 255) = 71.43%
R=21.43%
G=7.14%
B=71.43%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal124400.700.9000.84253.3381.828.63
HexC428465A054fd529
Octal14450106132012437512211
Binary110010010100010001101011010010101001111110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,4,40); }

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

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

 a { background-color: rgb(12,4,40); }

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

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

 span { border-color: rgb(12,4,40); }

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