Html Css Color HEX #1B0516 Melanzane

📋 copy color: '#1B0516'

red 27 ◦ green 5 ◦ blue 22

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

Shades of Melanzane #1B0516

Tints of Melanzane #1B0516

RGB

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

 GREEN value IS 5 (2.34% from 255) = 9.26%

 BLUE value IS 22 (8.98% from 255) = 40.74%

R = 50%
G = 9.26%
B = 40.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.89

RGB Variations

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

Color information

#1B0516 (or 0x1B0516) is known color: Melanzane. HEX triplet: 1B, 05 and 16. RGB value is (27,5,22). Sum of RGB (Red+Green+Blue) = 27+5+22=54 (7% of max value = 765). Red value is 27 (10.94% from 255 or 50% from 54); Green value is 5 (2.34% from 255 or 9.26% from 54); Blue value is 22 (8.98% from 255 or 40.74% from 54); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0516 is #E4FAE9. Grayscale: #0D0D0D. Windows color (decimal): -15006442 or 1443099. OLE color: 1443099.

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

Color convert

RGB 27 5 22 -
CMYK 0 0.81 0.19 0.89
HSL 313.64º 0.69% 0.06% -
HSV(B) 313.64º 0.81% 0.11% -
XYZ 0.65 0.4 0.8 -
YUV 13.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 27 5 22 0 0.81 0.19 0.89 313.64 0.69 0.06
Hex 1B 5 16 0 51 13 59 13A 45 6
Octal 33 5 26 0 121 23 131 472 105 6
Binary 11011 101 10110 0 1010001 10011 1011001 100111010 1000101 110

Color Harmonies of #1B0516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0516

Black with #1B0516

Text Example


Text Example

White with #1B0516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,5,22); }

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

background-color css

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

 a { background-color: rgb(27,5,22); }

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

border-color css

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

 span { border-color: rgb(27,5,22); }

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