Html Css Color HEX #270820 Melanzane

📋 copy color: '#270820'

red 39 ◦ green 8 ◦ blue 32

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

Shades of Melanzane #270820

Tints of Melanzane #270820

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.13%

 BLUE value IS 32 (12.89% from 255) = 40.51%

R = 49.37%
G = 10.13%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.85

RGB Variations

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

Color information

#270820 (or 0x270820) is known color: Melanzane. HEX triplet: 27, 08 and 20. RGB value is (39,8,32). Sum of RGB (Red+Green+Blue) = 39+8+32=79 (10% of max value = 765). Red value is 39 (15.62% from 255 or 49.37% from 79); Green value is 8 (3.52% from 255 or 10.13% from 79); Blue value is 32 (12.89% from 255 or 40.51% from 79); Max value from RGB is 39 - color contains mainly: red. Hex color #270820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270820 is #D8F7DF. Grayscale: #131313. Windows color (decimal): -14219232 or 2099239. OLE color: 2099239.

HSL color Cylindrical-coordinate representation of color #270820: hue angle of 313.55º degrees, saturation: 0.66, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #270820 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 8 32 -
CMYK 0 0.79 0.18 0.85
HSL 313.55º 0.66% 0.09% -
HSV(B) 313.55º 0.79% 0.15% -
XYZ 1.18 0.71 1.44 -
YUV 20.01 134.77 141.55 -
System Red Green Blue C M Y K H S L
Decimal 39 8 32 0 0.79 0.18 0.85 313.55 0.66 0.09
Hex 27 8 20 0 4F 12 55 13A 42 9
Octal 47 10 40 0 117 22 125 472 102 11
Binary 100111 1000 100000 0 1001111 10010 1010101 100111010 1000010 1001

Color Harmonies of #270820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270820

Black with #270820

Text Example


Text Example

White with #270820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270820; }

 p { color: rgb(39,8,32); }

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

background-color css

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

 a { background-color: rgb(39,8,32); }

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

border-color css

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

 span { border-color: rgb(39,8,32); }

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