#303B28

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

Shades of Black Forest #303B28

Tints of Black Forest #303B28

Color information

#303B28 (or 0x303B28) is unknown color: approx Black Forest. HEX triplet: 30, 3B and 28. RGB value is (48,59,40). Sum of RGB (Red+Green+Blue) = 48+59+40=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 59 (23.44% from 255 or 40.14% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 59 - color contains mainly: green. Hex color #303B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303B28 is #CFC4D7. Grayscale: #353535. Windows color (decimal): -13616344 or 2636592. OLE color: 2636592.

HSL color Cylindrical-coordinate representation of color #303B28: hue angle of 94.74º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #303B28 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.77.

Color convert

RGB485940-
CMYK0.1900.320.77
HSL94.74º19.19%19.41%-
HSV(B)94.74º32.2%23.14%-
XYZ3.173.912.6-
YUV53.54120.36124.04-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.65%
GREEN value IS 59 (23.44% from 255) = 40.14%
BLUE value IS 40 (16.02% from 255) = 27.21%
R=32.65%
G=40.14%
B=27.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4859400.1900.320.7794.7419.1919.41
Hex303B28130204D5f1313
Octal607350230401151372323
Binary110000111011101000100110100000100110110111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303B28; }

 p { color: rgb(48,59,40); }

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

<style>
 a { background-color: #303B28; }

 a { background-color: rgb(48,59,40); }

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

<style>
 span { border-color: #303B28; }

 span { border-color: rgb(48,59,40); }

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