#0C042A

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

Shades of Jaguar #0C042A

Tints of Jaguar #0C042A

Color information

#0C042A (or 0x0C042A) is unknown color: approx Jaguar. HEX triplet: 0C, 04 and 2A. RGB value is (12,4,42). Sum of RGB (Red+Green+Blue) = 12+4+42=58 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.69% from 58); Green value is 4 (1.95% from 255 or 6.90% from 58); Blue value is 42 (16.80% from 255 or 72.41% from 58); Max value from RGB is 42 - color contains mainly: blue. Hex color #0C042A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C042A is #F3FBD5. Grayscale: #0A0A0A. Windows color (decimal): -15989718 or 2753548. OLE color: 2753548.

HSL color Cylindrical-coordinate representation of color #0C042A: hue angle of 252.63º degrees, saturation: 0.83, 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 #0C042A is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB12442-
CMYK0.710.9000.84
HSL252.63º82.61%9.02%-
HSV(B)252.63º90.48%16.47%-
XYZ0.610.332.22-
YUV10.72145.65128.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 20.69%
GREEN value IS 4 (1.95% from 255) = 6.90%
BLUE value IS 42 (16.80% from 255) = 72.41%
R=20.69%
G=6.90%
B=72.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal124420.710.9000.84252.6382.619.02
HexC42A475A054fd539
Octal14452107132012437512311
Binary110010010101010001111011010010101001111110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C042A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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