Html Css Color HEX #1B0114 Melanzane

📋 copy color: '#1B0114'

red 27 ◦ green 1 ◦ blue 20

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

Shades of Melanzane #1B0114

Tints of Melanzane #1B0114

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.08%

 BLUE value IS 20 (8.2% from 255) = 41.67%

R = 56.25%
G = 2.08%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.26

 K value IS 0.89

RGB Variations

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

Color information

#1B0114 (or 0x1B0114) is known color: Melanzane. HEX triplet: 1B, 01 and 14. RGB value is (27,1,20). Sum of RGB (Red+Green+Blue) = 27+1+20=48 (6% of max value = 765). Red value is 27 (10.94% from 255 or 56.25% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 20 (8.20% from 255 or 41.67% from 48); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0114 is #E4FEEB. Grayscale: #0A0A0A. Windows color (decimal): -15007468 or 1311003. OLE color: 1311003.

HSL color Cylindrical-coordinate representation of color #1B0114: hue angle of 316.15º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B0114 is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 1 20 -
CMYK 0 0.96 0.26 0.89
HSL 316.15º 0.93% 0.05% -
HSV(B) 316.15º 0.96% 0.11% -
XYZ 0.59 0.31 0.69 -
YUV 10.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 27 1 20 0 0.96 0.26 0.89 316.15 0.93 0.05
Hex 1B 1 14 0 60 1A 59 13C 5D 5
Octal 33 1 24 0 140 32 131 474 135 5
Binary 11011 1 10100 0 1100000 11010 1011001 100111100 1011101 101

Color Harmonies of #1B0114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0114

Black with #1B0114

Text Example


Text Example

White with #1B0114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,1,20); }

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

background-color css

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

 a { background-color: rgb(27,1,20); }

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

border-color css

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

 span { border-color: rgb(27,1,20); }

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