Html Css Color HEX #271822 Melanzane

📋 copy color: '#271822'

red 39 ◦ green 24 ◦ blue 34

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

Shades of Melanzane #271822

Tints of Melanzane #271822

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.74%

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

R = 40.21%
G = 24.74%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.85

RGB Variations

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

Color information

#271822 (or 0x271822) is known color: Melanzane. HEX triplet: 27, 18 and 22. RGB value is (39,24,34). Sum of RGB (Red+Green+Blue) = 39+24+34=97 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.21% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 34 (13.67% from 255 or 35.05% from 97); Max value from RGB is 39 - color contains mainly: red. Hex color #271822 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #271822 is #D8E7DD. Grayscale: #1D1D1D. Windows color (decimal): -14215134 or 2234407. OLE color: 2234407.

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

Color convert

RGB 39 24 34 -
CMYK 0 0.38 0.13 0.85
HSL 320º 0.24% 0.12% -
HSV(B) 320º 0.38% 0.15% -
XYZ 1.45 1.2 1.67 -
YUV 29.63 130.47 134.69 -
System Red Green Blue C M Y K H S L
Decimal 39 24 34 0 0.38 0.13 0.85 320 0.24 0.12
Hex 27 18 22 0 26 D 55 140 18 C
Octal 47 30 42 0 46 15 125 500 30 14
Binary 100111 11000 100010 0 100110 1101 1010101 101000000 11000 1100

Color Harmonies of #271822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271822

Black with #271822

Text Example


Text Example

White with #271822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271822; }

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

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

background-color css

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

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

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

border-color css

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

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

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