Html Css Color HEX #0C061C Jaguar

📋 copy color: '#0C061C'

red 12 ◦ green 6 ◦ blue 28

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

Shades of Jaguar #0C061C

Tints of Jaguar #0C061C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 13.04%

 BLUE value IS 28 (11.33% from 255) = 60.87%

R = 26.09%
G = 13.04%
B = 60.87%

CMYK

 C value IS 0.57

 M value IS 0.79

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0C061C (or 0x0C061C) is known color: Jaguar. HEX triplet: 0C, 06 and 1C. RGB value is (12,6,28). Sum of RGB (Red+Green+Blue) = 12+6+28=46 (6% of max value = 765). Red value is 12 (5.08% from 255 or 26.09% from 46); Green value is 6 (2.73% from 255 or 13.04% from 46); Blue value is 28 (11.33% from 255 or 60.87% from 46); Max value from RGB is 28 - color contains mainly: blue. Hex color #0C061C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C061C is #F3F9E3. Grayscale: #0A0A0A. Windows color (decimal): -15989220 or 1836556. OLE color: 1836556.

HSL color Cylindrical-coordinate representation of color #0C061C: hue angle of 256.36º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0C061C is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 12 6 28 -
CMYK 0.57 0.79 0 0.89
HSL 256.36º 0.65% 0.07% -
HSV(B) 256.36º 0.79% 0.11% -
XYZ 0.43 0.29 1.13 -
YUV 10.3 137.99 129.21 -
System Red Green Blue C M Y K H S L
Decimal 12 6 28 0.57 0.79 0 0.89 256.36 0.65 0.07
Hex C 6 1C 39 4F 0 59 100 41 7
Octal 14 6 34 71 117 0 131 400 101 7
Binary 1100 110 11100 111001 1001111 0 1011001 100000000 1000001 111

Color Harmonies of #0C061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C061C

Black with #0C061C

Text Example


Text Example

White with #0C061C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,6,28); }

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

background-color css

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

 a { background-color: rgb(12,6,28); }

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

border-color css

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

 span { border-color: rgb(12,6,28); }

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