Html Css Color HEX #1B0415 Melanzane

📋 copy color: '#1B0415'

red 27 ◦ green 4 ◦ blue 21

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

Shades of Melanzane #1B0415

Tints of Melanzane #1B0415

RGB

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

 GREEN value IS 4 (1.95% from 255) = 7.69%

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

R = 51.92%
G = 7.69%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.89

RGB Variations

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

Color information

#1B0415 (or 0x1B0415) is known color: Melanzane. HEX triplet: 1B, 04 and 15. RGB value is (27,4,21). Sum of RGB (Red+Green+Blue) = 27+4+21=52 (6% of max value = 765). Red value is 27 (10.94% from 255 or 51.92% from 52); Green value is 4 (1.95% from 255 or 7.69% from 52); Blue value is 21 (8.59% from 255 or 40.38% from 52); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0415 is #E4FBEA. Grayscale: #0C0C0C. Windows color (decimal): -15006699 or 1377307. OLE color: 1377307.

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

Color convert

RGB 27 4 21 -
CMYK 0 0.85 0.22 0.89
HSL 315.65º 0.74% 0.06% -
HSV(B) 315.65º 0.85% 0.11% -
XYZ 0.63 0.37 0.75 -
YUV 12.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 27 4 21 0 0.85 0.22 0.89 315.65 0.74 0.06
Hex 1B 4 15 0 55 16 59 13C 4A 6
Octal 33 4 25 0 125 26 131 474 112 6
Binary 11011 100 10101 0 1010101 10110 1011001 100111100 1001010 110

Color Harmonies of #1B0415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0415

Black with #1B0415

Text Example


Text Example

White with #1B0415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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