Html Css Color HEX #271122 Melanzane

📋 copy color: '#271122'

red 39 ◦ green 17 ◦ blue 34

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

Shades of Melanzane #271122

Tints of Melanzane #271122

RGB

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

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

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

R = 43.33%
G = 18.89%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.85

RGB Variations

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

Color information

#271122 (or 0x271122) is known color: Melanzane. HEX triplet: 27, 11 and 22. RGB value is (39,17,34). Sum of RGB (Red+Green+Blue) = 39+17+34=90 (11% of max value = 765). Red value is 39 (15.62% from 255 or 43.33% from 90); Green value is 17 (7.03% from 255 or 18.89% from 90); Blue value is 34 (13.67% from 255 or 37.78% from 90); Max value from RGB is 39 - color contains mainly: red. Hex color #271122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271122 is #D8EEDD. Grayscale: #191919. Windows color (decimal): -14216926 or 2232615. OLE color: 2232615.

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

Color convert

RGB 39 17 34 -
CMYK 0 0.56 0.13 0.85
HSL 313.64º 0.39% 0.11% -
HSV(B) 313.64º 0.56% 0.15% -
XYZ 1.33 0.95 1.63 -
YUV 25.52 132.79 137.62 -
System Red Green Blue C M Y K H S L
Decimal 39 17 34 0 0.56 0.13 0.85 313.64 0.39 0.11
Hex 27 11 22 0 38 D 55 13A 27 B
Octal 47 21 42 0 70 15 125 472 47 13
Binary 100111 10001 100010 0 111000 1101 1010101 100111010 100111 1011

Color Harmonies of #271122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271122

Black with #271122

Text Example


Text Example

White with #271122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271122; }

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

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

background-color css

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

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

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

border-color css

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

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

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