Html Css Color HEX #141213 Melanzane

📋 copy color: '#141213'

red 20 ◦ green 18 ◦ blue 19

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

Shades of Melanzane #141213

Tints of Melanzane #141213

RGB

 RED value IS 20 (8.2% from 255) = 35.09%

 GREEN value IS 18 (7.42% from 255) = 31.58%

 BLUE value IS 19 (7.81% from 255) = 33.33%

R = 35.09%
G = 31.58%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.92

RGB Variations

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

Color information

#141213 (or 0x141213) is known color: Melanzane. HEX triplet: 14, 12 and 13. RGB value is (20,18,19). Sum of RGB (Red+Green+Blue) = 20+18+19=57 (7% of max value = 765). Red value is 20 (8.20% from 255 or 35.09% from 57); Green value is 18 (7.42% from 255 or 31.58% from 57); Blue value is 19 (7.81% from 255 or 33.33% from 57); Max value from RGB is 20 - color contains mainly: red. Hex color #141213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141213 is #EBEDEC. Grayscale: #121212. Windows color (decimal): -15461869 or 1249812. OLE color: 1249812.

HSL color Cylindrical-coordinate representation of color #141213: hue angle of 330º degrees, saturation: 0.05, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #141213 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.92.

Color convert

RGB 20 18 19 -
CMYK 0 0.10 0.05 0.92
HSL 330º 0.05% 0.07% -
HSV(B) 330º 0.1% 0.08% -
XYZ 0.62 0.63 0.7 -
YUV 18.71 128.16 128.92 -
System Red Green Blue C M Y K H S L
Decimal 20 18 19 0 0.10 0.05 0.92 330 0.05 0.07
Hex 14 12 13 0 A 5 5C 14A 5 7
Octal 24 22 23 0 12 5 134 512 5 7
Binary 10100 10010 10011 0 1010 101 1011100 101001010 101 111

Color Harmonies of #141213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141213

Black with #141213

Text Example


Text Example

White with #141213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141213; }

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

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

background-color css

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

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

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

border-color css

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

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

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