Html Css Color HEX #271621 Melanzane

📋 copy color: '#271621'

red 39 ◦ green 22 ◦ blue 33

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

Shades of Melanzane #271621

Tints of Melanzane #271621

RGB

 RED value IS 39 (15.63% from 255) = 41.49%

 GREEN value IS 22 (8.98% from 255) = 23.4%

 BLUE value IS 33 (13.28% from 255) = 35.11%

R = 41.49%
G = 23.4%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.85

RGB Variations

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

Color information

#271621 (or 0x271621) is known color: Melanzane. HEX triplet: 27, 16 and 21. RGB value is (39,22,33). Sum of RGB (Red+Green+Blue) = 39+22+33=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 33 (13.28% from 255 or 35.11% from 94); Max value from RGB is 39 - color contains mainly: red. Hex color #271621 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271621 is #D8E9DE. Grayscale: #1C1C1C. Windows color (decimal): -14215647 or 2168359. OLE color: 2168359.

HSL color Cylindrical-coordinate representation of color #271621: hue angle of 321.18º degrees, saturation: 0.28, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #271621 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 22 33 -
CMYK 0 0.44 0.15 0.85
HSL 321.18º 0.28% 0.12% -
HSV(B) 321.18º 0.44% 0.15% -
XYZ 1.4 1.11 1.58 -
YUV 28.34 130.63 135.61 -
System Red Green Blue C M Y K H S L
Decimal 39 22 33 0 0.44 0.15 0.85 321.18 0.28 0.12
Hex 27 16 21 0 2C F 55 141 1C C
Octal 47 26 41 0 54 17 125 501 34 14
Binary 100111 10110 100001 0 101100 1111 1010101 101000001 11100 1100

Color Harmonies of #271621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271621

Black with #271621

Text Example


Text Example

White with #271621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271621; }

 p { color: rgb(39,22,33); }

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

background-color css

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

 a { background-color: rgb(39,22,33); }

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

border-color css

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

 span { border-color: rgb(39,22,33); }

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