Html Css Color HEX #271521 Melanzane

📋 copy color: '#271521'

red 39 ◦ green 21 ◦ blue 33

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

Shades of Melanzane #271521

Tints of Melanzane #271521

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.58%

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

R = 41.94%
G = 22.58%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.15

 K value IS 0.85

RGB Variations

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

Color information

#271521 (or 0x271521) is known color: Melanzane. HEX triplet: 27, 15 and 21. RGB value is (39,21,33). Sum of RGB (Red+Green+Blue) = 39+21+33=93 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.94% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 33 (13.28% from 255 or 35.48% from 93); Max value from RGB is 39 - color contains mainly: red. Hex color #271521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271521 is #D8EADE. Grayscale: #1B1B1B. Windows color (decimal): -14215903 or 2168103. OLE color: 2168103.

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

Color convert

RGB 39 21 33 -
CMYK 0 0.46 0.15 0.85
HSL 320º 0.3% 0.12% -
HSV(B) 320º 0.46% 0.15% -
XYZ 1.38 1.08 1.57 -
YUV 27.75 130.96 136.02 -
System Red Green Blue C M Y K H S L
Decimal 39 21 33 0 0.46 0.15 0.85 320 0.3 0.12
Hex 27 15 21 0 2E F 55 140 1E C
Octal 47 25 41 0 56 17 125 500 36 14
Binary 100111 10101 100001 0 101110 1111 1010101 101000000 11110 1100

Color Harmonies of #271521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271521

Black with #271521

Text Example


Text Example

White with #271521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271521; }

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

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

background-color css

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

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

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

border-color css

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

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

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