#303928

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

Shades of Black Forest #303928

Tints of Black Forest #303928

Color information

#303928 (or 0x303928) is unknown color: approx Black Forest. HEX triplet: 30, 39 and 28. RGB value is (48,57,40). Sum of RGB (Red+Green+Blue) = 48+57+40=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 57 (22.66% from 255 or 39.31% from 145); Blue value is 40 (16.02% from 255 or 27.59% from 145); Max value from RGB is 57 - color contains mainly: green. Hex color #303928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303928 is #CFC6D7. Grayscale: #343434. Windows color (decimal): -13616856 or 2636080. OLE color: 2636080.

HSL color Cylindrical-coordinate representation of color #303928: hue angle of 91.76º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #303928 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB485740-
CMYK0.1600.300.78
HSL91.76º17.53%19.02%-
HSV(B)91.76º29.82%22.35%-
XYZ3.073.712.56-
YUV52.37121.02124.88-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.10%
GREEN value IS 57 (22.66% from 255) = 39.31%
BLUE value IS 40 (16.02% from 255) = 27.59%
R=33.10%
G=39.31%
B=27.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4857400.1600.300.7891.7617.5319.02
Hex3039281001E4E5c1213
Octal607150200361161342223
Binary11000011100110100010000011110100111010111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303928; }

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

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

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

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

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

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

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

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