Html Css Color HEX #1B0615 Melanzane

📋 copy color: '#1B0615'

red 27 ◦ green 6 ◦ blue 21

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

Shades of Melanzane #1B0615

Tints of Melanzane #1B0615

RGB

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

 GREEN value IS 6 (2.73% from 255) = 11.11%

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

R = 50%
G = 11.11%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.89

RGB Variations

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

Color information

#1B0615 (or 0x1B0615) is known color: Melanzane. HEX triplet: 1B, 06 and 15. RGB value is (27,6,21). Sum of RGB (Red+Green+Blue) = 27+6+21=54 (7% of max value = 765). Red value is 27 (10.94% from 255 or 50% from 54); Green value is 6 (2.73% from 255 or 11.11% from 54); Blue value is 21 (8.59% from 255 or 38.89% from 54); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0615 is #E4F9EA. Grayscale: #0D0D0D. Windows color (decimal): -15006187 or 1377819. OLE color: 1377819.

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

Color convert

RGB 27 6 21 -
CMYK 0 0.78 0.22 0.89
HSL 317.14º 0.64% 0.06% -
HSV(B) 317.14º 0.78% 0.11% -
XYZ 0.65 0.42 0.76 -
YUV 13.99 131.96 137.28 -
System Red Green Blue C M Y K H S L
Decimal 27 6 21 0 0.78 0.22 0.89 317.14 0.64 0.06
Hex 1B 6 15 0 4E 16 59 13D 40 6
Octal 33 6 25 0 116 26 131 475 100 6
Binary 11011 110 10101 0 1001110 10110 1011001 100111101 1000000 110

Color Harmonies of #1B0615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0615

Black with #1B0615

Text Example


Text Example

White with #1B0615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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