Html Css Color HEX #1B1419 Melanzane

📋 copy color: '#1B1419'

red 27 ◦ green 20 ◦ blue 25

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

Shades of Melanzane #1B1419

Tints of Melanzane #1B1419

RGB

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

 GREEN value IS 20 (8.2% from 255) = 27.78%

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

R = 37.5%
G = 27.78%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#1B1419 (or 0x1B1419) is known color: Melanzane. HEX triplet: 1B, 14 and 19. RGB value is (27,20,25). Sum of RGB (Red+Green+Blue) = 27+20+25=72 (9% of max value = 765). Red value is 27 (10.94% from 255 or 37.5% from 72); Green value is 20 (8.20% from 255 or 27.78% from 72); Blue value is 25 (10.16% from 255 or 34.72% from 72); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1419 is #E4EBE6. Grayscale: #161616. Windows color (decimal): -15002599 or 1643547. OLE color: 1643547.

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

Color convert

RGB 27 20 25 -
CMYK 0 0.26 0.07 0.89
HSL 317.14º 0.15% 0.09% -
HSV(B) 317.14º 0.26% 0.11% -
XYZ 0.88 0.8 1.03 -
YUV 22.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 27 20 25 0 0.26 0.07 0.89 317.14 0.15 0.09
Hex 1B 14 19 0 1A 7 59 13D F 9
Octal 33 24 31 0 32 7 131 475 17 11
Binary 11011 10100 11001 0 11010 111 1011001 100111101 1111 1001

Color Harmonies of #1B1419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1419

Black with #1B1419

Text Example


Text Example

White with #1B1419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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