Html Css Color HEX #0C070B Melanzane

📋 copy color: '#0C070B'

red 12 ◦ green 7 ◦ blue 11

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

Shades of Melanzane #0C070B

Tints of Melanzane #0C070B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 36.67%

R = 40%
G = 23.33%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.95

RGB Variations

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

Color information

#0C070B (or 0x0C070B) is known color: Melanzane. HEX triplet: 0C, 07 and 0B. RGB value is (12,7,11). Sum of RGB (Red+Green+Blue) = 12+7+11=30 (3% of max value = 765). Red value is 12 (5.08% from 255 or 40% from 30); Green value is 7 (3.12% from 255 or 23.33% from 30); Blue value is 11 (4.69% from 255 or 36.67% from 30); Max value from RGB is 12 - color contains mainly: red. Hex color #0C070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C070B is #F3F8F4. Grayscale: #080808. Windows color (decimal): -15988981 or 722700. OLE color: 722700.

HSL color Cylindrical-coordinate representation of color #0C070B: hue angle of 312º 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 #0C070B is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.95.

Color convert

RGB 12 7 11 -
CMYK 0 0.42 0.08 0.95
HSL 312º 0.26% 0.04% -
HSV(B) 312º 0.42% 0.05% -
XYZ 0.29 0.25 0.35 -
YUV 8.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 12 7 11 0 0.42 0.08 0.95 312 0.26 0.04
Hex C 7 B 0 2A 8 5F 138 1A 4
Octal 14 7 13 0 52 10 137 470 32 4
Binary 1100 111 1011 0 101010 1000 1011111 100111000 11010 100

Color Harmonies of #0C070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C070B

Black with #0C070B

Text Example


Text Example

White with #0C070B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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