Html Css Color HEX #0C0815 Jaguar

📋 copy color: '#0C0815'

red 12 ◦ green 8 ◦ blue 21

#0C0815
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jaguar #0C0815

Tints of Jaguar #0C0815

RGB

 RED value IS 12 (5.08% from 255) = 29.27%

 GREEN value IS 8 (3.52% from 255) = 19.51%

 BLUE value IS 21 (8.59% from 255) = 51.22%

R = 29.27%
G = 19.51%
B = 51.22%

CMYK

 C value IS 0.43

 M value IS 0.62

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0C0815 (or 0x0C0815) is known color: Jaguar. HEX triplet: 0C, 08 and 15. RGB value is (12,8,21). Sum of RGB (Red+Green+Blue) = 12+8+21=41 (5% of max value = 765). Red value is 12 (5.08% from 255 or 29.27% from 41); Green value is 8 (3.52% from 255 or 19.51% from 41); Blue value is 21 (8.59% from 255 or 51.22% from 41); Max value from RGB is 21 - color contains mainly: blue. Hex color #0C0815 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0815 is #F3F7EA. Grayscale: #0A0A0A. Windows color (decimal): -15988715 or 1378316. OLE color: 1378316.

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

Color convert

RGB 12 8 21 -
CMYK 0.43 0.62 0 0.92
HSL 258.46º 0.45% 0.06% -
HSV(B) 258.46º 0.62% 0.08% -
XYZ 0.37 0.31 0.75 -
YUV 10.68 133.83 128.94 -
System Red Green Blue C M Y K H S L
Decimal 12 8 21 0.43 0.62 0 0.92 258.46 0.45 0.06
Hex C 8 15 2B 3E 0 5C 102 2D 6
Octal 14 10 25 53 76 0 134 402 55 6
Binary 1100 1000 10101 101011 111110 0 1011100 100000010 101101 110

Color Harmonies of #0C0815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0815

Black with #0C0815

Text Example


Text Example

White with #0C0815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,8,21); }

 H1.HeaderClassName
 {
   color: #0C0815;
 }
 .AnyTagClassName
 {
   color: #0C0815;
 }
</style>

background-color css

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

 a { background-color: rgb(12,8,21); }

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

border-color css

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

 span { border-color: rgb(12,8,21); }

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