#303936

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

Shades of Woodsmoke #303936

Tints of Woodsmoke #303936

Color information

#303936 (or 0x303936) is unknown color: approx Woodsmoke. HEX triplet: 30, 39 and 36. RGB value is (48,57,54). Sum of RGB (Red+Green+Blue) = 48+57+54=159 (21% of max value = 765). Red value is 48 (19.14% from 255 or 30.19% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 54 (21.48% from 255 or 33.96% from 159); Max value from RGB is 57 - color contains mainly: green. Hex color #303936 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303936 is #CFC6C9. Grayscale: #353535. Windows color (decimal): -13616842 or 3553584. OLE color: 3553584.

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

Color convert

RGB485754-
CMYK0.1600.050.78
HSL160º8.57%20.59%-
HSV(B)160º15.79%22.35%-
XYZ3.353.824.05-
YUV53.97128.02123.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 30.19%
GREEN value IS 57 (22.66% from 255) = 35.85%
BLUE value IS 54 (21.48% from 255) = 33.96%
R=30.19%
G=35.85%
B=33.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4857540.1600.050.781608.5720.59
Hex30393610054Ea0915
Octal60716620051162401125
Binary110000111001110110100000101100111010100000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303936; }

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

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

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

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

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

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

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

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