#0C0719

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

Shades of Jaguar #0C0719

Tints of Jaguar #0C0719

Color information

#0C0719 (or 0x0C0719) is unknown color: approx Jaguar. HEX triplet: 0C, 07 and 19. RGB value is (12,7,25). Sum of RGB (Red+Green+Blue) = 12+7+25=44 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.27% from 44); Green value is 7 (3.12% from 255 or 15.91% from 44); Blue value is 25 (10.16% from 255 or 56.82% from 44); Max value from RGB is 25 - color contains mainly: blue. Hex color #0C0719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0719 is #F3F8E6. Grayscale: #0A0A0A. Windows color (decimal): -15988967 or 1640204. OLE color: 1640204.

HSL color Cylindrical-coordinate representation of color #0C0719: hue angle of 256.67º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0C0719 is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB12725-
CMYK0.520.7200.90
HSL256.67º56.25%6.27%-
HSV(B)256.67º72%9.8%-
XYZ0.40.30.96-
YUV10.55136.16129.04-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 27.27%
GREEN value IS 7 (3.12% from 255) = 15.91%
BLUE value IS 25 (10.16% from 255) = 56.82%
R=27.27%
G=15.91%
B=56.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal127250.520.7200.90256.6756.256.27
HexC719344805A101386
Octal14731641100132401706
Binary110011111001110100100100001011010100000001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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