Html Css Color HEX #211B1F Melanzane

📋 copy color: '#211B1F'

red 33 ◦ green 27 ◦ blue 31

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

Shades of Melanzane #211B1F

Tints of Melanzane #211B1F

RGB

 RED value IS 33 (13.28% from 255) = 36.26%

 GREEN value IS 27 (10.94% from 255) = 29.67%

 BLUE value IS 31 (12.5% from 255) = 34.07%

R = 36.26%
G = 29.67%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.87

RGB Variations

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

Color information

#211B1F (or 0x211B1F) is known color: Melanzane. HEX triplet: 21, 1B and 1F. RGB value is (33,27,31). Sum of RGB (Red+Green+Blue) = 33+27+31=91 (12% of max value = 765). Red value is 33 (13.28% from 255 or 36.26% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 31 (12.5% from 255 or 34.07% from 91); Max value from RGB is 33 - color contains mainly: red. Hex color #211B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211B1F is #DEE4E0. Grayscale: #1D1D1D. Windows color (decimal): -14607585 or 2038561. OLE color: 2038561.

HSL color Cylindrical-coordinate representation of color #211B1F: hue angle of 320º degrees, saturation: 0.1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #211B1F is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 27 31 -
CMYK 0 0.18 0.06 0.87
HSL 320º 0.1% 0.12% -
HSV(B) 320º 0.18% 0.13% -
XYZ 1.27 1.21 1.46 -
YUV 29.25 128.99 130.67 -
System Red Green Blue C M Y K H S L
Decimal 33 27 31 0 0.18 0.06 0.87 320 0.1 0.12
Hex 21 1B 1F 0 12 6 57 140 A C
Octal 41 33 37 0 22 6 127 500 12 14
Binary 100001 11011 11111 0 10010 110 1010111 101000000 1010 1100

Color Harmonies of #211B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211B1F

Black with #211B1F

Text Example


Text Example

White with #211B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211B1F; }

 p { color: rgb(33,27,31); }

 H1.HeaderClassName
 {
   color: #211B1F;
 }
 .AnyTagClassName
 {
   color: #211B1F;
 }
</style>

background-color css

<style>
 a { background-color: #211B1F; }

 a { background-color: rgb(33,27,31); }

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

border-color css

<style>
 span { border-color: #211B1F; }

 span { border-color: rgb(33,27,31); }

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