Html Css Color HEX #1B0315 Melanzane

📋 copy color: '#1B0315'

red 27 ◦ green 3 ◦ blue 21

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

Shades of Melanzane #1B0315

Tints of Melanzane #1B0315

RGB

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

 GREEN value IS 3 (1.56% from 255) = 5.88%

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

R = 52.94%
G = 5.88%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.89

RGB Variations

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

Color information

#1B0315 (or 0x1B0315) is known color: Melanzane. HEX triplet: 1B, 03 and 15. RGB value is (27,3,21). Sum of RGB (Red+Green+Blue) = 27+3+21=51 (6% of max value = 765). Red value is 27 (10.94% from 255 or 52.94% from 51); Green value is 3 (1.56% from 255 or 5.88% from 51); Blue value is 21 (8.59% from 255 or 41.18% from 51); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0315 is #E4FCEA. Grayscale: #0C0C0C. Windows color (decimal): -15006955 or 1377051. OLE color: 1377051.

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

Color convert

RGB 27 3 21 -
CMYK 0 0.89 0.22 0.89
HSL 315º 0.8% 0.06% -
HSV(B) 315º 0.89% 0.11% -
XYZ 0.62 0.35 0.74 -
YUV 12.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 27 3 21 0 0.89 0.22 0.89 315 0.8 0.06
Hex 1B 3 15 0 59 16 59 13B 50 6
Octal 33 3 25 0 131 26 131 473 120 6
Binary 11011 11 10101 0 1011001 10110 1011001 100111011 1010000 110

Color Harmonies of #1B0315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0315

Black with #1B0315

Text Example


Text Example

White with #1B0315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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