Html Css Color HEX #0C000A Melanzane

📋 copy color: '#0C000A'

red 12 ◦ green 0 ◦ blue 10

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

Shades of Melanzane #0C000A

Tints of Melanzane #0C000A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 54.55%
G = 0%
B = 45.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.95

RGB Variations

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

Color information

#0C000A (or 0x0C000A) is known color: Melanzane. HEX triplet: 0C, 00 and 0A. RGB value is (12,0,10). Sum of RGB (Red+Green+Blue) = 12+0+10=22 (2% of max value = 765). Red value is 12 (5.08% from 255 or 54.55% from 22); Green value is 0 (0.39% from 255 or 0% from 22); Blue value is 10 (4.30% from 255 or 45.45% from 22); Max value from RGB is 12 - color contains mainly: red. Hex color #0C000A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C000A is #F3FFF5. Grayscale: #040404. Windows color (decimal): -15990774 or 655372. OLE color: 655372.

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

Color convert

RGB 12 0 10 -
CMYK 0 1 0.17 0.95
HSL 310º 1% 0.02% -
HSV(B) 310º 1% 0.05% -
XYZ 0.21 0.1 0.3 -
YUV 4.73 130.98 133.19 -
System Red Green Blue C M Y K H S L
Decimal 12 0 10 0 1 0.17 0.95 310 1 0.02
Hex C 0 A 0 64 11 5F 136 64 2
Octal 14 0 12 0 144 21 137 466 144 2
Binary 1100 0 1010 0 1100100 10001 1011111 100110110 1100100 10

Color Harmonies of #0C000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C000A

Black with #0C000A

Text Example


Text Example

White with #0C000A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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