Html Css Color HEX #0C070A Melanzane

📋 copy color: '#0C070A'

red 12 ◦ green 7 ◦ blue 10

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

Shades of Melanzane #0C070A

Tints of Melanzane #0C070A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 24.14%

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

R = 41.38%
G = 24.14%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.95

RGB Variations

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

Color information

#0C070A (or 0x0C070A) is known color: Melanzane. HEX triplet: 0C, 07 and 0A. RGB value is (12,7,10). Sum of RGB (Red+Green+Blue) = 12+7+10=29 (3% of max value = 765). Red value is 12 (5.08% from 255 or 41.38% from 29); Green value is 7 (3.12% from 255 or 24.14% from 29); Blue value is 10 (4.30% from 255 or 34.48% from 29); Max value from RGB is 12 - color contains mainly: red. Hex color #0C070A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C070A is #F3F8F5. Grayscale: #080808. Windows color (decimal): -15988982 or 657164. OLE color: 657164.

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

Color convert

RGB 12 7 10 -
CMYK 0 0.42 0.17 0.95
HSL 324º 0.26% 0.04% -
HSV(B) 324º 0.42% 0.05% -
XYZ 0.28 0.25 0.32 -
YUV 8.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 12 7 10 0 0.42 0.17 0.95 324 0.26 0.04
Hex C 7 A 0 2A 11 5F 144 1A 4
Octal 14 7 12 0 52 21 137 504 32 4
Binary 1100 111 1010 0 101010 10001 1011111 101000100 11010 100

Color Harmonies of #0C070A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C070A

Black with #0C070A

Text Example


Text Example

White with #0C070A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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