#0C0718

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

Shades of Jaguar #0C0718

Tints of Jaguar #0C0718

Color information

#0C0718 (or 0x0C0718) is unknown color: approx Jaguar. HEX triplet: 0C, 07 and 18. RGB value is (12,7,24). Sum of RGB (Red+Green+Blue) = 12+7+24=43 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.91% from 43); Green value is 7 (3.12% from 255 or 16.28% from 43); Blue value is 24 (9.77% from 255 or 55.81% from 43); Max value from RGB is 24 - color contains mainly: blue. Hex color #0C0718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0718 is #F3F8E7. Grayscale: #0A0A0A. Windows color (decimal): -15988968 or 1574668. OLE color: 1574668.

HSL color Cylindrical-coordinate representation of color #0C0718: hue angle of 257.65º degrees, saturation: 0.55, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0C0718 is Cyan = 0.50, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB12724-
CMYK0.500.7100.91
HSL257.65º54.84%6.08%-
HSV(B)257.65º70.83%9.41%-
XYZ0.390.30.9-
YUV10.43135.66129.12-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 27.91%
GREEN value IS 7 (3.12% from 255) = 16.28%
BLUE value IS 24 (9.77% from 255) = 55.81%
R=27.91%
G=16.28%
B=55.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal127240.500.7100.91257.6554.846.08
HexC718324705B102376
Octal14730621070133402676
Binary110011111000110010100011101011011100000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,7,24); }

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

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

 a { background-color: rgb(12,7,24); }

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

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

 span { border-color: rgb(12,7,24); }

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