#30272D

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

Shades of Melanzane #30272D

Tints of Melanzane #30272D

Color information

#30272D (or 0x30272D) is unknown color: approx Melanzane. HEX triplet: 30, 27 and 2D. RGB value is (48,39,45). Sum of RGB (Red+Green+Blue) = 48+39+45=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 48 - color contains mainly: red. Hex color #30272D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30272D is #CFD8D2. Grayscale: #2A2A2A. Windows color (decimal): -13621459 or 2959152. OLE color: 2959152.

HSL color Cylindrical-coordinate representation of color #30272D: hue angle of 320º degrees, saturation: 0.1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #30272D is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB483945-
CMYK00.190.060.81
HSL320º10.34%17.06%-
HSV(B)320º18.75%18.82%-
XYZ2.422.272.79-
YUV42.38129.48132.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.36%
GREEN value IS 39 (15.62% from 255) = 29.55%
BLUE value IS 45 (17.97% from 255) = 34.09%
R=36.36%
G=29.55%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48394500.190.060.8132010.3417.06
Hex30272D013651140a11
Octal60475502361215001221
Binary1100001001111011010100111101010001101000000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30272D; }

 p { color: rgb(48,39,45); }

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

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

 a { background-color: rgb(48,39,45); }

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

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

 span { border-color: rgb(48,39,45); }

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