#270D22

Color #270D22 Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #270D22

Tints of Melanzane #270D22

Color information

#270D22 (or 0x270D22) is unknown color: approx Melanzane. HEX triplet: 27, 0D and 22. RGB value is (39,13,34). Sum of RGB (Red+Green+Blue) = 39+13+34=86 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.35% from 86); Green value is 13 (5.47% from 255 or 15.12% from 86); Blue value is 34 (13.67% from 255 or 39.53% from 86); Max value from RGB is 39 - color contains mainly: red. Hex color #270D22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270D22 is #D8F2DD. Grayscale: #171717. Windows color (decimal): -14217950 or 2231591. OLE color: 2231591.

HSL color Cylindrical-coordinate representation of color #270D22: hue angle of 311.54º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #270D22 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.85.

Color convert

RGB391334-
CMYK00.670.130.85
HSL311.54º50%10.2%-
HSV(B)311.54º66.67%15.29%-
XYZ1.270.831.61-
YUV23.17134.11139.29-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 45.35%
GREEN value IS 13 (5.47% from 255) = 15.12%
BLUE value IS 34 (13.67% from 255) = 39.53%
R=45.35%
G=15.12%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39133400.670.130.85311.545010.2
Hex27D22043D5513832a
Octal4715420103151254706212
Binary100111110110001001000011110110101011001110001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #270D22; }

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

 H1.HeaderClassName
 {
   color: #270D22;
 }
 .AnyTagClassName
 {
   color: #270D22;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #270D22;
 }
 .BgClassName
 {
   background-color: #270D22;
 }
</style>
border-color css

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

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

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