Html Css Color HEX #271522 Melanzane

📋 copy color: '#271522'

red 39 ◦ green 21 ◦ blue 34

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

Shades of Melanzane #271522

Tints of Melanzane #271522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 36.17%

R = 41.49%
G = 22.34%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.13

 K value IS 0.85

RGB Variations

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

Color information

#271522 (or 0x271522) is known color: Melanzane. HEX triplet: 27, 15 and 22. RGB value is (39,21,34). Sum of RGB (Red+Green+Blue) = 39+21+34=94 (12% of max value = 765). Red value is 39 (15.62% from 255 or 41.49% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 34 (13.67% from 255 or 36.17% from 94); Max value from RGB is 39 - color contains mainly: red. Hex color #271522 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271522 is #D8EADD. Grayscale: #1B1B1B. Windows color (decimal): -14215902 or 2233639. OLE color: 2233639.

HSL color Cylindrical-coordinate representation of color #271522: hue angle of 316.67º 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 #271522 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 21 34 -
CMYK 0 0.46 0.13 0.85
HSL 316.67º 0.3% 0.12% -
HSV(B) 316.67º 0.46% 0.15% -
XYZ 1.39 1.08 1.65 -
YUV 27.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 39 21 34 0 0.46 0.13 0.85 316.67 0.3 0.12
Hex 27 15 22 0 2E D 55 13D 1E C
Octal 47 25 42 0 56 15 125 475 36 14
Binary 100111 10101 100010 0 101110 1101 1010101 100111101 11110 1100

Color Harmonies of #271522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271522

Black with #271522

Text Example


Text Example

White with #271522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271522; }

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

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

background-color css

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

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

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

border-color css

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

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

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