Html Css Color HEX #1B1518 Melanzane

📋 copy color: '#1B1518'

red 27 ◦ green 21 ◦ blue 24

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

Shades of Melanzane #1B1518

Tints of Melanzane #1B1518

RGB

 RED value IS 27 (10.94% from 255) = 37.5%

 GREEN value IS 21 (8.59% from 255) = 29.17%

 BLUE value IS 24 (9.77% from 255) = 33.33%

R = 37.5%
G = 29.17%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.11

 K value IS 0.89

RGB Variations

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

Color information

#1B1518 (or 0x1B1518) is known color: Melanzane. HEX triplet: 1B, 15 and 18. RGB value is (27,21,24). Sum of RGB (Red+Green+Blue) = 27+21+24=72 (9% of max value = 765). Red value is 27 (10.94% from 255 or 37.5% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 24 (9.77% from 255 or 33.33% from 72); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1518 is #E4EAE7. Grayscale: #171717. Windows color (decimal): -15002344 or 1578267. OLE color: 1578267.

HSL color Cylindrical-coordinate representation of color #1B1518: hue angle of 330º degrees, saturation: 0.12, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #1B1518 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 21 24 -
CMYK 0 0.22 0.11 0.89
HSL 330º 0.13% 0.09% -
HSV(B) 330º 0.22% 0.11% -
XYZ 0.89 0.84 0.98 -
YUV 23.14 128.49 130.76 -
System Red Green Blue C M Y K H S L
Decimal 27 21 24 0 0.22 0.11 0.89 330 0.13 0.09
Hex 1B 15 18 0 16 B 59 14A C 9
Octal 33 25 30 0 26 13 131 512 14 11
Binary 11011 10101 11000 0 10110 1011 1011001 101001010 1100 1001

Color Harmonies of #1B1518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1518

Black with #1B1518

Text Example


Text Example

White with #1B1518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B1518; }

 p { color: rgb(27,21,24); }

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

background-color css

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

 a { background-color: rgb(27,21,24); }

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

border-color css

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

 span { border-color: rgb(27,21,24); }

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