Html Css Color HEX #271121 Melanzane

📋 copy color: '#271121'

red 39 ◦ green 17 ◦ blue 33

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

Shades of Melanzane #271121

Tints of Melanzane #271121

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.1%

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

R = 43.82%
G = 19.1%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.85

RGB Variations

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

Color information

#271121 (or 0x271121) is known color: Melanzane. HEX triplet: 27, 11 and 21. RGB value is (39,17,33). Sum of RGB (Red+Green+Blue) = 39+17+33=89 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.82% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 33 (13.28% from 255 or 37.08% from 89); Max value from RGB is 39 - color contains mainly: red. Hex color #271121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271121 is #D8EEDE. Grayscale: #191919. Windows color (decimal): -14216927 or 2167079. OLE color: 2167079.

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

Color convert

RGB 39 17 33 -
CMYK 0 0.56 0.15 0.85
HSL 316.36º 0.39% 0.11% -
HSV(B) 316.36º 0.56% 0.15% -
XYZ 1.31 0.94 1.55 -
YUV 25.4 132.29 137.7 -
System Red Green Blue C M Y K H S L
Decimal 39 17 33 0 0.56 0.15 0.85 316.36 0.39 0.11
Hex 27 11 21 0 38 F 55 13C 27 B
Octal 47 21 41 0 70 17 125 474 47 13
Binary 100111 10001 100001 0 111000 1111 1010101 100111100 100111 1011

Color Harmonies of #271121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271121

Black with #271121

Text Example


Text Example

White with #271121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271121; }

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

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

background-color css

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

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

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

border-color css

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

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

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