#0C0914

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

Shades of Jaguar #0C0914

Tints of Jaguar #0C0914

Color information

#0C0914 (or 0x0C0914) is unknown color: approx Jaguar. HEX triplet: 0C, 09 and 14. RGB value is (12,9,20). Sum of RGB (Red+Green+Blue) = 12+9+20=41 (5% of max value = 765). Red value is 12 (5.08% from 255 or 29.27% from 41); Green value is 9 (3.91% from 255 or 21.95% from 41); Blue value is 20 (8.20% from 255 or 48.78% from 41); Max value from RGB is 20 - color contains mainly: blue. Hex color #0C0914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0914 is #F3F6EB. Grayscale: #0B0B0B. Windows color (decimal): -15988460 or 1313036. OLE color: 1313036.

HSL color Cylindrical-coordinate representation of color #0C0914: hue angle of 256.36º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0C0914 is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB12920-
CMYK0.400.5500.92
HSL256.36º37.93%5.69%-
HSV(B)256.36º55%7.84%-
XYZ0.380.320.7-
YUV11.15132.99128.61-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 29.27%
GREEN value IS 9 (3.91% from 255) = 21.95%
BLUE value IS 20 (8.20% from 255) = 48.78%
R=29.27%
G=21.95%
B=48.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal129200.400.5500.92256.3637.935.69
HexC914283705C100266
Octal14112450670134400466
Binary110010011010010100011011101011100100000000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,9,20); }

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

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

 a { background-color: rgb(12,9,20); }

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

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

 span { border-color: rgb(12,9,20); }

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