#30282E

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

Shades of Melanzane #30282E

Tints of Melanzane #30282E

Color information

#30282E (or 0x30282E) is unknown color: approx Melanzane. HEX triplet: 30, 28 and 2E. RGB value is (48,40,46). Sum of RGB (Red+Green+Blue) = 48+40+46=134 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.82% from 134); Green value is 40 (16.02% from 255 or 29.85% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 48 - color contains mainly: red. Hex color #30282E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30282E is #CFD7D1. Grayscale: #2B2B2B. Windows color (decimal): -13621202 or 3024944. OLE color: 3024944.

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

Color convert

RGB484046-
CMYK00.170.040.81
HSL315º9.09%17.25%-
HSV(B)315º16.67%18.82%-
XYZ2.472.342.91-
YUV43.08129.65131.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.82%
GREEN value IS 40 (16.02% from 255) = 29.85%
BLUE value IS 46 (18.36% from 255) = 34.33%
R=35.82%
G=29.85%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48404600.170.040.813159.0917.25
Hex30282E01145113b911
Octal60505602141214731121
Binary1100001010001011100100011001010001100111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30282E; }

 p { color: rgb(48,40,46); }

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

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

 a { background-color: rgb(48,40,46); }

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

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

 span { border-color: rgb(48,40,46); }

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