Html Css Color HEX #271421 Melanzane

📋 copy color: '#271421'

red 39 ◦ green 20 ◦ blue 33

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

Shades of Melanzane #271421

Tints of Melanzane #271421

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.74%

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

R = 42.39%
G = 21.74%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.15

 K value IS 0.85

RGB Variations

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

Color information

#271421 (or 0x271421) is known color: Melanzane. HEX triplet: 27, 14 and 21. RGB value is (39,20,33). Sum of RGB (Red+Green+Blue) = 39+20+33=92 (12% of max value = 765). Red value is 39 (15.62% from 255 or 42.39% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 33 (13.28% from 255 or 35.87% from 92); Max value from RGB is 39 - color contains mainly: red. Hex color #271421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271421 is #D8EBDE. Grayscale: #1B1B1B. Windows color (decimal): -14216159 or 2167847. OLE color: 2167847.

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

Color convert

RGB 39 20 33 -
CMYK 0 0.49 0.15 0.85
HSL 318.95º 0.32% 0.12% -
HSV(B) 318.95º 0.49% 0.15% -
XYZ 1.36 1.04 1.57 -
YUV 27.16 131.29 136.44 -
System Red Green Blue C M Y K H S L
Decimal 39 20 33 0 0.49 0.15 0.85 318.95 0.32 0.12
Hex 27 14 21 0 31 F 55 13F 20 C
Octal 47 24 41 0 61 17 125 477 40 14
Binary 100111 10100 100001 0 110001 1111 1010101 100111111 100000 1100

Color Harmonies of #271421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271421

Black with #271421

Text Example


Text Example

White with #271421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271421; }

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

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

background-color css

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

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

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

border-color css

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

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

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