Html Css Color HEX #130E12 Melanzane

📋 copy color: '#130E12'

red 19 ◦ green 14 ◦ blue 18

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

Shades of Melanzane #130E12

Tints of Melanzane #130E12

RGB

 RED value IS 19 (7.81% from 255) = 37.25%

 GREEN value IS 14 (5.86% from 255) = 27.45%

 BLUE value IS 18 (7.42% from 255) = 35.29%

R = 37.25%
G = 27.45%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.93

RGB Variations

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

Color information

#130E12 (or 0x130E12) is known color: Melanzane. HEX triplet: 13, 0E and 12. RGB value is (19,14,18). Sum of RGB (Red+Green+Blue) = 19+14+18=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 14 (5.86% from 255 or 27.45% from 51); Blue value is 18 (7.42% from 255 or 35.29% from 51); Max value from RGB is 19 - color contains mainly: red. Hex color #130E12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130E12 is #ECF1ED. Grayscale: #0F0F0F. Windows color (decimal): -15528430 or 1183251. OLE color: 1183251.

HSL color Cylindrical-coordinate representation of color #130E12: hue angle of 312º degrees, saturation: 0.15, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #130E12 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.93.

Color convert

RGB 19 14 18 -
CMYK 0 0.26 0.05 0.93
HSL 312º 0.15% 0.06% -
HSV(B) 312º 0.26% 0.07% -
XYZ 0.53 0.5 0.64 -
YUV 15.95 129.16 130.17 -
System Red Green Blue C M Y K H S L
Decimal 19 14 18 0 0.26 0.05 0.93 312 0.15 0.06
Hex 13 E 12 0 1A 5 5D 138 F 6
Octal 23 16 22 0 32 5 135 470 17 6
Binary 10011 1110 10010 0 11010 101 1011101 100111000 1111 110

Color Harmonies of #130E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130E12

Black with #130E12

Text Example


Text Example

White with #130E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130E12; }

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

 H1.HeaderClassName
 {
   color: #130E12;
 }
 .AnyTagClassName
 {
   color: #130E12;
 }
</style>

background-color css

<style>
 a { background-color: #130E12; }

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

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

border-color css

<style>
 span { border-color: #130E12; }

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

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