Html Css Color HEX #151314 Melanzane

📋 copy color: '#151314'

red 21 ◦ green 19 ◦ blue 20

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

Shades of Melanzane #151314

Tints of Melanzane #151314

RGB

 RED value IS 21 (8.59% from 255) = 35%

 GREEN value IS 19 (7.81% from 255) = 31.67%

 BLUE value IS 20 (8.2% from 255) = 33.33%

R = 35%
G = 31.67%
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

#151314 (or 0x151314) is known color: Melanzane. HEX triplet: 15, 13 and 14. RGB value is (21,19,20). Sum of RGB (Red+Green+Blue) = 21+19+20=60 (7% of max value = 765). Red value is 21 (8.59% from 255 or 35% from 60); Green value is 19 (7.81% from 255 or 31.67% from 60); Blue value is 20 (8.20% from 255 or 33.33% from 60); Max value from RGB is 21 - color contains mainly: red. Hex color #151314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #151314 is #EAECEB. Grayscale: #131313. Windows color (decimal): -15396076 or 1315605. OLE color: 1315605.

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

Color convert

RGB 21 19 20 -
CMYK 0 0.10 0.05 0.92
HSL 330º 0.05% 0.08% -
HSV(B) 330º 0.1% 0.08% -
XYZ 0.67 0.68 0.76 -
YUV 19.71 128.16 128.92 -
System Red Green Blue C M Y K H S L
Decimal 21 19 20 0 0.10 0.05 0.92 330 0.05 0.08
Hex 15 13 14 0 A 5 5C 14A 5 8
Octal 25 23 24 0 12 5 134 512 5 10
Binary 10101 10011 10100 0 1010 101 1011100 101001010 101 1000

Color Harmonies of #151314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151314

Black with #151314

Text Example


Text Example

White with #151314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151314; }

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

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

background-color css

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

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

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

border-color css

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

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

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