#270D21

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

Shades of Melanzane #270D21

Tints of Melanzane #270D21

Color information

#270D21 (or 0x270D21) is unknown color: approx Melanzane. HEX triplet: 27, 0D and 21. RGB value is (39,13,33). Sum of RGB (Red+Green+Blue) = 39+13+33=85 (11% of max value = 765). Red value is 39 (15.62% from 255 or 45.88% from 85); Green value is 13 (5.47% from 255 or 15.29% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 39 - color contains mainly: red. Hex color #270D21 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #270D21 is #D8F2DE. Grayscale: #161616. Windows color (decimal): -14217951 or 2166055. OLE color: 2166055.

HSL color Cylindrical-coordinate representation of color #270D21: hue angle of 313.85º 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 #270D21 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.85.

Color convert

RGB391333-
CMYK00.670.150.85
HSL313.85º50%10.2%-
HSV(B)313.85º66.67%15.29%-
XYZ1.260.831.53-
YUV23.05133.61139.37-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 45.88%
GREEN value IS 13 (5.47% from 255) = 15.29%
BLUE value IS 33 (13.28% from 255) = 38.82%
R=45.88%
G=15.29%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal39133300.670.150.85313.855010.2
Hex27D21043F5513a32a
Octal4715410103171254726212
Binary100111110110000101000011111110101011001110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #270D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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