Html Css Color HEX #0E070B Melanzane

📋 copy color: '#0E070B'

red 14 ◦ green 7 ◦ blue 11

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

Shades of Melanzane #0E070B

Tints of Melanzane #0E070B

RGB

 RED value IS 14 (5.86% from 255) = 43.75%

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

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

R = 43.75%
G = 21.88%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.21

 K value IS 0.95

RGB Variations

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

Color information

#0E070B (or 0x0E070B) is known color: Melanzane. HEX triplet: 0E, 07 and 0B. RGB value is (14,7,11). Sum of RGB (Red+Green+Blue) = 14+7+11=32 (4% of max value = 765). Red value is 14 (5.86% from 255 or 43.75% from 32); Green value is 7 (3.12% from 255 or 21.88% from 32); Blue value is 11 (4.69% from 255 or 34.38% from 32); Max value from RGB is 14 - color contains mainly: red. Hex color #0E070B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E070B is #F1F8F4. Grayscale: #090909. Windows color (decimal): -15857909 or 722702. OLE color: 722702.

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

Color convert

RGB 14 7 11 -
CMYK 0 0.5 0.21 0.95
HSL 325.71º 0.33% 0.04% -
HSV(B) 325.71º 0.5% 0.05% -
XYZ 0.32 0.27 0.35 -
YUV 9.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 14 7 11 0 0.5 0.21 0.95 325.71 0.33 0.04
Hex E 7 B 0 32 15 5F 146 21 4
Octal 16 7 13 0 62 25 137 506 41 4
Binary 1110 111 1011 0 110010 10101 1011111 101000110 100001 100

Color Harmonies of #0E070B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E070B

Black with #0E070B

Text Example


Text Example

White with #0E070B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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