Html Css Color HEX #1B1519 Melanzane

📋 copy color: '#1B1519'

red 27 ◦ green 21 ◦ blue 25

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

Shades of Melanzane #1B1519

Tints of Melanzane #1B1519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 34.25%

R = 36.99%
G = 28.77%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#1B1519 (or 0x1B1519) is known color: Melanzane. HEX triplet: 1B, 15 and 19. RGB value is (27,21,25). Sum of RGB (Red+Green+Blue) = 27+21+25=73 (9% of max value = 765). Red value is 27 (10.94% from 255 or 36.99% from 73); Green value is 21 (8.59% from 255 or 28.77% from 73); Blue value is 25 (10.16% from 255 or 34.25% from 73); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1519 is #E4EAE6. Grayscale: #171717. Windows color (decimal): -15002343 or 1643803. OLE color: 1643803.

HSL color Cylindrical-coordinate representation of color #1B1519: hue angle of 320º 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 #1B1519 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 21 25 -
CMYK 0 0.22 0.07 0.89
HSL 320º 0.13% 0.09% -
HSV(B) 320º 0.22% 0.11% -
XYZ 0.9 0.84 1.03 -
YUV 23.25 128.99 130.67 -
System Red Green Blue C M Y K H S L
Decimal 27 21 25 0 0.22 0.07 0.89 320 0.13 0.09
Hex 1B 15 19 0 16 7 59 140 C 9
Octal 33 25 31 0 26 7 131 500 14 11
Binary 11011 10101 11001 0 10110 111 1011001 101000000 1100 1001

Color Harmonies of #1B1519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1519

Black with #1B1519

Text Example


Text Example

White with #1B1519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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