Html Css Color HEX #1B0215 Melanzane

📋 copy color: '#1B0215'

red 27 ◦ green 2 ◦ blue 21

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

Shades of Melanzane #1B0215

Tints of Melanzane #1B0215

RGB

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

 GREEN value IS 2 (1.17% from 255) = 4%

 BLUE value IS 21 (8.59% from 255) = 42%

R = 54%
G = 4%
B = 42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.22

 K value IS 0.89

RGB Variations

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

Color information

#1B0215 (or 0x1B0215) is known color: Melanzane. HEX triplet: 1B, 02 and 15. RGB value is (27,2,21). Sum of RGB (Red+Green+Blue) = 27+2+21=50 (6% of max value = 765). Red value is 27 (10.94% from 255 or 54% from 50); Green value is 2 (1.17% from 255 or 4% from 50); Blue value is 21 (8.59% from 255 or 42% from 50); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0215 is #E4FDEA. Grayscale: #0B0B0B. Windows color (decimal): -15007211 or 1376795. OLE color: 1376795.

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

Color convert

RGB 27 2 21 -
CMYK 0 0.93 0.22 0.89
HSL 314.4º 0.86% 0.06% -
HSV(B) 314.4º 0.93% 0.11% -
XYZ 0.61 0.33 0.74 -
YUV 11.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 27 2 21 0 0.93 0.22 0.89 314.4 0.86 0.06
Hex 1B 2 15 0 5D 16 59 13A 56 6
Octal 33 2 25 0 135 26 131 472 126 6
Binary 11011 10 10101 0 1011101 10110 1011001 100111010 1010110 110

Color Harmonies of #1B0215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0215

Black with #1B0215

Text Example


Text Example

White with #1B0215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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