Html Css Color HEX #271021 Melanzane

📋 copy color: '#271021'

red 39 ◦ green 16 ◦ blue 33

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

Shades of Melanzane #271021

Tints of Melanzane #271021

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.18%

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

R = 44.32%
G = 18.18%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.85

RGB Variations

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

Color information

#271021 (or 0x271021) is known color: Melanzane. HEX triplet: 27, 10 and 21. RGB value is (39,16,33). Sum of RGB (Red+Green+Blue) = 39+16+33=88 (11% of max value = 765). Red value is 39 (15.62% from 255 or 44.32% from 88); Green value is 16 (6.64% from 255 or 18.18% from 88); Blue value is 33 (13.28% from 255 or 37.5% from 88); Max value from RGB is 39 - color contains mainly: red. Hex color #271021 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271021 is #D8EFDE. Grayscale: #181818. Windows color (decimal): -14217183 or 2166823. OLE color: 2166823.

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

Color convert

RGB 39 16 33 -
CMYK 0 0.59 0.15 0.85
HSL 315.65º 0.42% 0.11% -
HSV(B) 315.65º 0.59% 0.15% -
XYZ 1.3 0.91 1.55 -
YUV 24.82 132.62 138.12 -
System Red Green Blue C M Y K H S L
Decimal 39 16 33 0 0.59 0.15 0.85 315.65 0.42 0.11
Hex 27 10 21 0 3B F 55 13C 2A B
Octal 47 20 41 0 73 17 125 474 52 13
Binary 100111 10000 100001 0 111011 1111 1010101 100111100 101010 1011

Color Harmonies of #271021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271021

Black with #271021

Text Example


Text Example

White with #271021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271021; }

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

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

background-color css

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

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

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

border-color css

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

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

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