Html Css Color HEX #1B1119 Melanzane

📋 copy color: '#1B1119'

red 27 ◦ green 17 ◦ blue 25

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

Shades of Melanzane #1B1119

Tints of Melanzane #1B1119

RGB

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

 GREEN value IS 17 (7.03% from 255) = 24.64%

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

R = 39.13%
G = 24.64%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#1B1119 (or 0x1B1119) is known color: Melanzane. HEX triplet: 1B, 11 and 19. RGB value is (27,17,25). Sum of RGB (Red+Green+Blue) = 27+17+25=69 (9% of max value = 765). Red value is 27 (10.94% from 255 or 39.13% from 69); Green value is 17 (7.03% from 255 or 24.64% from 69); Blue value is 25 (10.16% from 255 or 36.23% from 69); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1119 is #E4EEE6. Grayscale: #141414. Windows color (decimal): -15003367 or 1642779. OLE color: 1642779.

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

Color convert

RGB 27 17 25 -
CMYK 0 0.37 0.07 0.89
HSL 312º 0.23% 0.09% -
HSV(B) 312º 0.37% 0.11% -
XYZ 0.83 0.7 1.01 -
YUV 20.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 27 17 25 0 0.37 0.07 0.89 312 0.23 0.09
Hex 1B 11 19 0 25 7 59 138 17 9
Octal 33 21 31 0 45 7 131 470 27 11
Binary 11011 10001 11001 0 100101 111 1011001 100111000 10111 1001

Color Harmonies of #1B1119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1119

Black with #1B1119

Text Example


Text Example

White with #1B1119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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