#30322E

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

Shades of Black Forest #30322E

Tints of Black Forest #30322E

Color information

#30322E (or 0x30322E) is unknown color: approx Black Forest. HEX triplet: 30, 32 and 2E. RGB value is (48,50,46). Sum of RGB (Red+Green+Blue) = 48+50+46=144 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.33% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 50 - color contains mainly: green. Hex color #30322E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30322E is #CFCDD1. Grayscale: #303030. Windows color (decimal): -13618642 or 3027504. OLE color: 3027504.

HSL color Cylindrical-coordinate representation of color #30322E: hue angle of 90º degrees, saturation: 0.04, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #30322E is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB485046-
CMYK0.0400.080.80
HSL90º4.17%18.82%-
HSV(B)90º8%19.61%-
XYZ2.853.113.03-
YUV48.95126.34127.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.33%
GREEN value IS 50 (19.92% from 255) = 34.72%
BLUE value IS 46 (18.36% from 255) = 31.94%
R=33.33%
G=34.72%
B=31.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4850460.0400.080.80904.1718.82
Hex30322E408505a413
Octal6062564010120132423
Binary110000110010101110100010001010000101101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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