Html Css Color HEX #0E040A Melanzane

📋 copy color: '#0E040A'

red 14 ◦ green 4 ◦ blue 10

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

Shades of Melanzane #0E040A

Tints of Melanzane #0E040A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 14.29%

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

R = 50%
G = 14.29%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.95

RGB Variations

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

Color information

#0E040A (or 0x0E040A) is known color: Melanzane. HEX triplet: 0E, 04 and 0A. RGB value is (14,4,10). Sum of RGB (Red+Green+Blue) = 14+4+10=28 (3% of max value = 765). Red value is 14 (5.86% from 255 or 50% from 28); Green value is 4 (1.95% from 255 or 14.29% from 28); Blue value is 10 (4.30% from 255 or 35.71% from 28); Max value from RGB is 14 - color contains mainly: red. Hex color #0E040A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E040A is #F1FBF5. Grayscale: #070707. Windows color (decimal): -15858678 or 656398. OLE color: 656398.

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

Color convert

RGB 14 4 10 -
CMYK 0 0.71 0.29 0.95
HSL 324º 0.56% 0.04% -
HSV(B) 324º 0.71% 0.05% -
XYZ 0.28 0.2 0.31 -
YUV 7.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 14 4 10 0 0.71 0.29 0.95 324 0.56 0.04
Hex E 4 A 0 47 1D 5F 144 38 4
Octal 16 4 12 0 107 35 137 504 70 4
Binary 1110 100 1010 0 1000111 11101 1011111 101000100 111000 100

Color Harmonies of #0E040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E040A

Black with #0E040A

Text Example


Text Example

White with #0E040A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,4,10); }

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

background-color css

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

 a { background-color: rgb(14,4,10); }

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

border-color css

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

 span { border-color: rgb(14,4,10); }

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