#30222E

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

Shades of Melanzane #30222E

Tints of Melanzane #30222E

Color information

#30222E (or 0x30222E) is unknown color: approx Melanzane. HEX triplet: 30, 22 and 2E. RGB value is (48,34,46). Sum of RGB (Red+Green+Blue) = 48+34+46=128 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.5% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 48 - color contains mainly: red. Hex color #30222E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30222E is #CFDDD1. Grayscale: #272727. Windows color (decimal): -13622738 or 3023408. OLE color: 3023408.

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

Color convert

RGB483446-
CMYK00.290.040.81
HSL308.57º17.07%16.08%-
HSV(B)308.57º29.17%18.82%-
XYZ2.281.972.84-
YUV39.55131.64134.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 37.5%
GREEN value IS 34 (13.67% from 255) = 26.56%
BLUE value IS 46 (18.36% from 255) = 35.94%
R=37.5%
G=26.56%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48344600.290.040.81308.5717.0716.08
Hex30222E01D4511351110
Octal60425603541214652120
Binary11000010001010111001110110010100011001101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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