Html Css Color HEX #181016 Melanzane

📋 copy color: '#181016'

red 24 ◦ green 16 ◦ blue 22

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

Shades of Melanzane #181016

Tints of Melanzane #181016

RGB

 RED value IS 24 (9.77% from 255) = 38.71%

 GREEN value IS 16 (6.64% from 255) = 25.81%

 BLUE value IS 22 (8.98% from 255) = 35.48%

R = 38.71%
G = 25.81%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.91

RGB Variations

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

Color information

#181016 (or 0x181016) is known color: Melanzane. HEX triplet: 18, 10 and 16. RGB value is (24,16,22). Sum of RGB (Red+Green+Blue) = 24+16+22=62 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.71% from 62); Green value is 16 (6.64% from 255 or 25.81% from 62); Blue value is 22 (8.98% from 255 or 35.48% from 62); Max value from RGB is 24 - color contains mainly: red. Hex color #181016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181016 is #E7EFE9. Grayscale: #131313. Windows color (decimal): -15200234 or 1445912. OLE color: 1445912.

HSL color Cylindrical-coordinate representation of color #181016: hue angle of 315º degrees, saturation: 0.2, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #181016 is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 16 22 -
CMYK 0 0.33 0.08 0.91
HSL 315º 0.2% 0.08% -
HSV(B) 315º 0.33% 0.09% -
XYZ 0.71 0.62 0.84 -
YUV 19.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 24 16 22 0 0.33 0.08 0.91 315 0.2 0.08
Hex 18 10 16 0 21 8 5B 13B 14 8
Octal 30 20 26 0 41 10 133 473 24 10
Binary 11000 10000 10110 0 100001 1000 1011011 100111011 10100 1000

Color Harmonies of #181016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181016

Black with #181016

Text Example


Text Example

White with #181016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181016; }

 p { color: rgb(24,16,22); }

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

background-color css

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

 a { background-color: rgb(24,16,22); }

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

border-color css

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

 span { border-color: rgb(24,16,22); }

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