#333A38

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

Shades of Woodsmoke #333A38

Tints of Woodsmoke #333A38

Color information

#333A38 (or 0x333A38) is unknown color: approx Woodsmoke. HEX triplet: 33, 3A and 38. RGB value is (51,58,56). Sum of RGB (Red+Green+Blue) = 51+58+56=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 58 - color contains mainly: green. Hex color #333A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333A38 is #CCC5C7. Grayscale: #373737. Windows color (decimal): -13419976 or 3684915. OLE color: 3684915.

HSL color Cylindrical-coordinate representation of color #333A38: hue angle of 162.86º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #333A38 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.

Color convert

RGB515856-
CMYK0.1200.030.77
HSL162.86º6.42%21.37%-
HSV(B)162.86º12.07%22.75%-
XYZ3.594.024.33-
YUV55.68128.18124.66-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.91%
GREEN value IS 58 (23.05% from 255) = 35.15%
BLUE value IS 56 (22.27% from 255) = 33.94%
R=30.91%
G=35.15%
B=33.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5158560.1200.030.77162.866.4221.37
Hex333A38C034Da3615
Octal6372701403115243625
Binary110011111010111000110001110011011010001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333A38; }

 p { color: rgb(51,58,56); }

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

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

 a { background-color: rgb(51,58,56); }

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

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

 span { border-color: rgb(51,58,56); }

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