#303728

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

Shades of Black Forest #303728

Tints of Black Forest #303728

Color information

#303728 (or 0x303728) is unknown color: approx Black Forest. HEX triplet: 30, 37 and 28. RGB value is (48,55,40). Sum of RGB (Red+Green+Blue) = 48+55+40=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 55 (21.88% from 255 or 38.46% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 55 - color contains mainly: green. Hex color #303728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303728 is #CFC8D7. Grayscale: #333333. Windows color (decimal): -13617368 or 2635568. OLE color: 2635568.

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

Color convert

RGB485540-
CMYK0.1300.270.78
HSL88º15.79%18.63%-
HSV(B)88º27.27%21.57%-
XYZ2.973.512.53-
YUV51.2121.68125.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.57%
GREEN value IS 55 (21.88% from 255) = 38.46%
BLUE value IS 40 (16.02% from 255) = 27.97%
R=33.57%
G=38.46%
B=27.97%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4855400.1300.270.788815.7918.63
Hex303728D01B4E581013
Octal606750150331161302023
Binary1100001101111010001101011011100111010110001000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303728; }

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

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

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

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

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

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

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

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