#30262E

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

Shades of Melanzane #30262E

Tints of Melanzane #30262E

Color information

#30262E (or 0x30262E) is unknown color: approx Melanzane. HEX triplet: 30, 26 and 2E. RGB value is (48,38,46). Sum of RGB (Red+Green+Blue) = 48+38+46=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 46 (18.36% from 255 or 34.85% from 132); Max value from RGB is 48 - color contains mainly: red. Hex color #30262E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30262E is #CFD9D1. Grayscale: #292929. Windows color (decimal): -13621714 or 3024432. OLE color: 3024432.

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

Color convert

RGB483846-
CMYK00.210.040.81
HSL312º11.63%16.86%-
HSV(B)312º20.83%18.82%-
XYZ2.412.212.88-
YUV41.9130.31132.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.36%
GREEN value IS 38 (15.23% from 255) = 28.79%
BLUE value IS 46 (18.36% from 255) = 34.85%
R=36.36%
G=28.79%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48384600.210.040.8131211.6316.86
Hex30262E015451138c11
Octal60465602541214701421
Binary1100001001101011100101011001010001100111000110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30262E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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