Html Css Color HEX #0C050A Melanzane

📋 copy color: '#0C050A'

red 12 ◦ green 5 ◦ blue 10

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

Shades of Melanzane #0C050A

Tints of Melanzane #0C050A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 37.04%

R = 44.44%
G = 18.52%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.95

RGB Variations

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

Color information

#0C050A (or 0x0C050A) is known color: Melanzane. HEX triplet: 0C, 05 and 0A. RGB value is (12,5,10). Sum of RGB (Red+Green+Blue) = 12+5+10=27 (3% of max value = 765). Red value is 12 (5.08% from 255 or 44.44% from 27); Green value is 5 (2.34% from 255 or 18.52% from 27); Blue value is 10 (4.30% from 255 or 37.04% from 27); Max value from RGB is 12 - color contains mainly: red. Hex color #0C050A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C050A is #F3FAF5. Grayscale: #070707. Windows color (decimal): -15989494 or 656652. OLE color: 656652.

HSL color Cylindrical-coordinate representation of color #0C050A: hue angle of 317.14º degrees, saturation: 0.41, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0C050A is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.95.

Color convert

RGB 12 5 10 -
CMYK 0 0.58 0.17 0.95
HSL 317.14º 0.41% 0.03% -
HSV(B) 317.14º 0.58% 0.05% -
XYZ 0.26 0.21 0.31 -
YUV 7.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 12 5 10 0 0.58 0.17 0.95 317.14 0.41 0.03
Hex C 5 A 0 3A 11 5F 13D 29 3
Octal 14 5 12 0 72 21 137 475 51 3
Binary 1100 101 1010 0 111010 10001 1011111 100111101 101001 11

Color Harmonies of #0C050A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C050A

Black with #0C050A

Text Example


Text Example

White with #0C050A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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