#302B2F

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

Shades of Melanzane #302B2F

Tints of Melanzane #302B2F

Color information

#302B2F (or 0x302B2F) is unknown color: approx Melanzane. HEX triplet: 30, 2B and 2F. RGB value is (48,43,47). Sum of RGB (Red+Green+Blue) = 48+43+47=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 43 (17.19% from 255 or 31.16% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 48 - color contains mainly: red. Hex color #302B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302B2F is #CFD4D0. Grayscale: #2C2C2C. Windows color (decimal): -13620433 or 3091248. OLE color: 3091248.

HSL color Cylindrical-coordinate representation of color #302B2F: hue angle of 312º degrees, saturation: 0.05, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #302B2F is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB484347-
CMYK00.100.020.81
HSL312º5.49%17.84%-
HSV(B)312º10.42%18.82%-
XYZ2.62.563.05-
YUV44.95129.16130.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.78%
GREEN value IS 43 (17.19% from 255) = 31.16%
BLUE value IS 47 (18.75% from 255) = 34.06%
R=34.78%
G=31.16%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48434700.100.020.813125.4917.84
Hex302B2F0A251138512
Octal6053570122121470522
Binary1100001010111011110101010101000110011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #302B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #302B2F; }

 p { color: rgb(48,43,47); }

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

<style>
 a { background-color: #302B2F; }

 a { background-color: rgb(48,43,47); }

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

<style>
 span { border-color: #302B2F; }

 span { border-color: rgb(48,43,47); }

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