Html Css Color HEX #12050E Melanzane

📋 copy color: '#12050E'

red 18 ◦ green 5 ◦ blue 14

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

Shades of Melanzane #12050E

Tints of Melanzane #12050E

RGB

 RED value IS 18 (7.42% from 255) = 48.65%

 GREEN value IS 5 (2.34% from 255) = 13.51%

 BLUE value IS 14 (5.86% from 255) = 37.84%

R = 48.65%
G = 13.51%
B = 37.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.22

 K value IS 0.93

RGB Variations

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

Color information

#12050E (or 0x12050E) is known color: Melanzane. HEX triplet: 12, 05 and 0E. RGB value is (18,5,14). Sum of RGB (Red+Green+Blue) = 18+5+14=37 (4% of max value = 765). Red value is 18 (7.42% from 255 or 48.65% from 37); Green value is 5 (2.34% from 255 or 13.51% from 37); Blue value is 14 (5.86% from 255 or 37.84% from 37); Max value from RGB is 18 - color contains mainly: red. Hex color #12050E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12050E is #EDFAF1. Grayscale: #090909. Windows color (decimal): -15596274 or 918802. OLE color: 918802.

HSL color Cylindrical-coordinate representation of color #12050E: hue angle of 318.46º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #12050E is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.93.

Color convert

RGB 18 5 14 -
CMYK 0 0.72 0.22 0.93
HSL 318.46º 0.57% 0.05% -
HSV(B) 318.46º 0.72% 0.07% -
XYZ 0.38 0.27 0.45 -
YUV 9.91 130.31 133.77 -
System Red Green Blue C M Y K H S L
Decimal 18 5 14 0 0.72 0.22 0.93 318.46 0.57 0.05
Hex 12 5 E 0 48 16 5D 13E 39 5
Octal 22 5 16 0 110 26 135 476 71 5
Binary 10010 101 1110 0 1001000 10110 1011101 100111110 111001 101

Color Harmonies of #12050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12050E

Black with #12050E

Text Example


Text Example

White with #12050E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12050E; }

 p { color: rgb(18,5,14); }

 H1.HeaderClassName
 {
   color: #12050E;
 }
 .AnyTagClassName
 {
   color: #12050E;
 }
</style>

background-color css

<style>
 a { background-color: #12050E; }

 a { background-color: rgb(18,5,14); }

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

border-color css

<style>
 span { border-color: #12050E; }

 span { border-color: rgb(18,5,14); }

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