Html Css Color HEX #0C0520 Jaguar

📋 copy color: '#0C0520'

red 12 ◦ green 5 ◦ blue 32

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

Shades of Jaguar #0C0520

Tints of Jaguar #0C0520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10.2%

 BLUE value IS 32 (12.89% from 255) = 65.31%

R = 24.49%
G = 10.2%
B = 65.31%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0C0520 (or 0x0C0520) is known color: Jaguar. HEX triplet: 0C, 05 and 20. RGB value is (12,5,32). Sum of RGB (Red+Green+Blue) = 12+5+32=49 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24.49% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 32 (12.89% from 255 or 65.31% from 49); Max value from RGB is 32 - color contains mainly: blue. Hex color #0C0520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0520 is #F3FADF. Grayscale: #0A0A0A. Windows color (decimal): -15989472 or 2098444. OLE color: 2098444.

HSL color Cylindrical-coordinate representation of color #0C0520: hue angle of 255.56º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C0520 is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 12 5 32 -
CMYK 0.63 0.84 0 0.87
HSL 255.56º 0.73% 0.07% -
HSV(B) 255.56º 0.84% 0.13% -
XYZ 0.47 0.29 1.4 -
YUV 10.17 140.32 129.3 -
System Red Green Blue C M Y K H S L
Decimal 12 5 32 0.63 0.84 0 0.87 255.56 0.73 0.07
Hex C 5 20 3F 54 0 57 100 49 7
Octal 14 5 40 77 124 0 127 400 111 7
Binary 1100 101 100000 111111 1010100 0 1010111 100000000 1001001 111

Color Harmonies of #0C0520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0520

Black with #0C0520

Text Example


Text Example

White with #0C0520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,5,32); }

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

background-color css

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

 a { background-color: rgb(12,5,32); }

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

border-color css

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

 span { border-color: rgb(12,5,32); }

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