#30222C

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

Shades of Melanzane #30222C

Tints of Melanzane #30222C

Color information

#30222C (or 0x30222C) is unknown color: approx Melanzane. HEX triplet: 30, 22 and 2C. RGB value is (48,34,44). Sum of RGB (Red+Green+Blue) = 48+34+44=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 44 (17.58% from 255 or 34.92% from 126); Max value from RGB is 48 - color contains mainly: red. Hex color #30222C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30222C is #CFDDD3. Grayscale: #272727. Windows color (decimal): -13622740 or 2892336. OLE color: 2892336.

HSL color Cylindrical-coordinate representation of color #30222C: hue angle of 317.14º 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 #30222C is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB483444-
CMYK00.290.080.81
HSL317.14º17.07%16.08%-
HSV(B)317.14º29.17%18.82%-
XYZ2.251.952.64-
YUV39.33130.64134.19-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 38.10%
GREEN value IS 34 (13.67% from 255) = 26.98%
BLUE value IS 44 (17.58% from 255) = 34.92%
R=38.10%
G=26.98%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48344400.290.080.81317.1417.0716.08
Hex30222C01D85113d1110
Octal604254035101214752120
Binary110000100010101100011101100010100011001111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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