Html Css Color HEX #1B0614 Melanzane

📋 copy color: '#1B0614'

red 27 ◦ green 6 ◦ blue 20

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

Shades of Melanzane #1B0614

Tints of Melanzane #1B0614

RGB

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

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

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

R = 50.94%
G = 11.32%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.89

RGB Variations

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

Color information

#1B0614 (or 0x1B0614) is known color: Melanzane. HEX triplet: 1B, 06 and 14. RGB value is (27,6,20). Sum of RGB (Red+Green+Blue) = 27+6+20=53 (7% of max value = 765). Red value is 27 (10.94% from 255 or 50.94% from 53); Green value is 6 (2.73% from 255 or 11.32% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 27 - color contains mainly: red. Hex color #1B0614 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B0614 is #E4F9EB. Grayscale: #0D0D0D. Windows color (decimal): -15006188 or 1312283. OLE color: 1312283.

HSL color Cylindrical-coordinate representation of color #1B0614: hue angle of 320º 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 #1B0614 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.89.

Color convert

RGB 27 6 20 -
CMYK 0 0.78 0.26 0.89
HSL 320º 0.64% 0.06% -
HSV(B) 320º 0.78% 0.11% -
XYZ 0.64 0.41 0.71 -
YUV 13.88 131.46 137.36 -
System Red Green Blue C M Y K H S L
Decimal 27 6 20 0 0.78 0.26 0.89 320 0.64 0.06
Hex 1B 6 14 0 4E 1A 59 140 40 6
Octal 33 6 24 0 116 32 131 500 100 6
Binary 11011 110 10100 0 1001110 11010 1011001 101000000 1000000 110

Color Harmonies of #1B0614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0614

Black with #1B0614

Text Example


Text Example

White with #1B0614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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