Html Css Color HEX #130F12 Melanzane

📋 copy color: '#130F12'

red 19 ◦ green 15 ◦ blue 18

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

Shades of Melanzane #130F12

Tints of Melanzane #130F12

RGB

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

 GREEN value IS 15 (6.25% from 255) = 28.85%

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

R = 36.54%
G = 28.85%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.93

RGB Variations

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

Color information

#130F12 (or 0x130F12) is known color: Melanzane. HEX triplet: 13, 0F and 12. RGB value is (19,15,18). Sum of RGB (Red+Green+Blue) = 19+15+18=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 15 (6.25% from 255 or 28.85% from 52); Blue value is 18 (7.42% from 255 or 34.62% from 52); Max value from RGB is 19 - color contains mainly: red. Hex color #130F12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130F12 is #ECF0ED. Grayscale: #101010. Windows color (decimal): -15528174 or 1183507. OLE color: 1183507.

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

Color convert

RGB 19 15 18 -
CMYK 0 0.21 0.05 0.93
HSL 315º 0.12% 0.07% -
HSV(B) 315º 0.21% 0.07% -
XYZ 0.55 0.52 0.64 -
YUV 16.54 128.83 129.76 -
System Red Green Blue C M Y K H S L
Decimal 19 15 18 0 0.21 0.05 0.93 315 0.12 0.07
Hex 13 F 12 0 15 5 5D 13B C 7
Octal 23 17 22 0 25 5 135 473 14 7
Binary 10011 1111 10010 0 10101 101 1011101 100111011 1100 111

Color Harmonies of #130F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F12

Black with #130F12

Text Example


Text Example

White with #130F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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