Html Css Color HEX #0E010A Melanzane

📋 copy color: '#0E010A'

red 14 ◦ green 1 ◦ blue 10

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

Shades of Melanzane #0E010A

Tints of Melanzane #0E010A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 4%

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

R = 56%
G = 4%
B = 40%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.95

RGB Variations

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

Color information

#0E010A (or 0x0E010A) is known color: Melanzane. HEX triplet: 0E, 01 and 0A. RGB value is (14,1,10). Sum of RGB (Red+Green+Blue) = 14+1+10=25 (3% of max value = 765). Red value is 14 (5.86% from 255 or 56% from 25); Green value is 1 (0.78% from 255 or 4% from 25); Blue value is 10 (4.30% from 255 or 40% from 25); Max value from RGB is 14 - color contains mainly: red. Hex color #0E010A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E010A is #F1FEF5. Grayscale: #050505. Windows color (decimal): -15859446 or 655630. OLE color: 655630.

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

Color convert

RGB 14 1 10 -
CMYK 0 0.93 0.29 0.95
HSL 318.46º 0.87% 0.03% -
HSV(B) 318.46º 0.93% 0.05% -
XYZ 0.25 0.14 0.3 -
YUV 5.91 130.31 133.77 -
System Red Green Blue C M Y K H S L
Decimal 14 1 10 0 0.93 0.29 0.95 318.46 0.87 0.03
Hex E 1 A 0 5D 1D 5F 13E 57 3
Octal 16 1 12 0 135 35 137 476 127 3
Binary 1110 1 1010 0 1011101 11101 1011111 100111110 1010111 11

Color Harmonies of #0E010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E010A

Black with #0E010A

Text Example


Text Example

White with #0E010A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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