#30262D

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

Shades of Melanzane #30262D

Tints of Melanzane #30262D

Color information

#30262D (or 0x30262D) is unknown color: approx Melanzane. HEX triplet: 30, 26 and 2D. RGB value is (48,38,45). Sum of RGB (Red+Green+Blue) = 48+38+45=131 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.64% from 131); Green value is 38 (15.23% from 255 or 29.01% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 48 - color contains mainly: red. Hex color #30262D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30262D is #CFD9D2. Grayscale: #292929. Windows color (decimal): -13621715 or 2958896. OLE color: 2958896.

HSL color Cylindrical-coordinate representation of color #30262D: hue angle of 318º 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 #30262D is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB483845-
CMYK00.210.060.81
HSL318º11.63%16.86%-
HSV(B)318º20.83%18.82%-
XYZ2.392.22.78-
YUV41.79129.81132.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 36.64%
GREEN value IS 38 (15.23% from 255) = 29.01%
BLUE value IS 45 (17.97% from 255) = 34.35%
R=36.64%
G=29.01%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48384500.210.060.8131811.6316.86
Hex30262D01565113ec11
Octal60465502561214761421
Binary1100001001101011010101011101010001100111110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30262D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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