Html Css Color HEX #1B1219 Melanzane

📋 copy color: '#1B1219'

red 27 ◦ green 18 ◦ blue 25

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

Shades of Melanzane #1B1219

Tints of Melanzane #1B1219

RGB

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

 GREEN value IS 18 (7.42% from 255) = 25.71%

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

R = 38.57%
G = 25.71%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.89

RGB Variations

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

Color information

#1B1219 (or 0x1B1219) is known color: Melanzane. HEX triplet: 1B, 12 and 19. RGB value is (27,18,25). Sum of RGB (Red+Green+Blue) = 27+18+25=70 (9% of max value = 765). Red value is 27 (10.94% from 255 or 38.57% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 25 (10.16% from 255 or 35.71% from 70); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1219 is #E4EDE6. Grayscale: #151515. Windows color (decimal): -15003111 or 1643035. OLE color: 1643035.

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

Color convert

RGB 27 18 25 -
CMYK 0 0.33 0.07 0.89
HSL 313.33º 0.2% 0.09% -
HSV(B) 313.33º 0.33% 0.11% -
XYZ 0.84 0.74 1.02 -
YUV 21.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 27 18 25 0 0.33 0.07 0.89 313.33 0.2 0.09
Hex 1B 12 19 0 21 7 59 139 14 9
Octal 33 22 31 0 41 7 131 471 24 11
Binary 11011 10010 11001 0 100001 111 1011001 100111001 10100 1001

Color Harmonies of #1B1219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1219

Black with #1B1219

Text Example


Text Example

White with #1B1219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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