#303A37

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

Shades of Woodsmoke #303A37

Tints of Woodsmoke #303A37

Color information

#303A37 (or 0x303A37) is unknown color: approx Woodsmoke. HEX triplet: 30, 3A and 37. RGB value is (48,58,55). Sum of RGB (Red+Green+Blue) = 48+58+55=161 (21% of max value = 765). Red value is 48 (19.14% from 255 or 29.81% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 58 - color contains mainly: green. Hex color #303A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303A37 is #CFC5C8. Grayscale: #363636. Windows color (decimal): -13616585 or 3619376. OLE color: 3619376.

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

Color convert

RGB485855-
CMYK0.1700.050.77
HSL162º9.43%20.78%-
HSV(B)162º17.24%22.75%-
XYZ3.423.934.19-
YUV54.67128.19123.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 29.81%
GREEN value IS 58 (23.05% from 255) = 36.02%
BLUE value IS 55 (21.88% from 255) = 34.16%
R=29.81%
G=36.02%
B=34.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4858550.1700.050.771629.4320.78
Hex303A3711054Da2915
Octal60726721051152421125
Binary110000111010110111100010101100110110100010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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