Html Css Color HEX #1B0A15 Melanzane

📋 copy color: '#1B0A15'

red 27 ◦ green 10 ◦ blue 21

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

Shades of Melanzane #1B0A15

Tints of Melanzane #1B0A15

RGB

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

 GREEN value IS 10 (4.3% from 255) = 17.24%

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

R = 46.55%
G = 17.24%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.89

RGB Variations

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

Color information

#1B0A15 (or 0x1B0A15) is known color: Melanzane. HEX triplet: 1B, 0A and 15. RGB value is (27,10,21). Sum of RGB (Red+Green+Blue) = 27+10+21=58 (7% of max value = 765). Red value is 27 (10.94% from 255 or 46.55% from 58); Green value is 10 (4.30% from 255 or 17.24% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0A15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0A15 is #E4F5EA. Grayscale: #101010. Windows color (decimal): -15005163 or 1378843. OLE color: 1378843.

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

Color convert

RGB 27 10 21 -
CMYK 0 0.63 0.22 0.89
HSL 321.18º 0.46% 0.07% -
HSV(B) 321.18º 0.63% 0.11% -
XYZ 0.7 0.5 0.77 -
YUV 16.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 27 10 21 0 0.63 0.22 0.89 321.18 0.46 0.07
Hex 1B A 15 0 3F 16 59 141 2E 7
Octal 33 12 25 0 77 26 131 501 56 7
Binary 11011 1010 10101 0 111111 10110 1011001 101000001 101110 111

Color Harmonies of #1B0A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0A15

Black with #1B0A15

Text Example


Text Example

White with #1B0A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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