#313B28

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

Shades of Black Forest #313B28

Tints of Black Forest #313B28

Color information

#313B28 (or 0x313B28) is unknown color: approx Black Forest. HEX triplet: 31, 3B and 28. RGB value is (49,59,40). Sum of RGB (Red+Green+Blue) = 49+59+40=148 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.11% from 148); Green value is 59 (23.44% from 255 or 39.86% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 59 - color contains mainly: green. Hex color #313B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313B28 is #CEC4D7. Grayscale: #353535. Windows color (decimal): -13550808 or 2636593. OLE color: 2636593.

HSL color Cylindrical-coordinate representation of color #313B28: hue angle of 91.58º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #313B28 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.77.

Color convert

RGB495940-
CMYK0.1700.320.77
HSL91.58º19.19%19.41%-
HSV(B)91.58º32.2%23.14%-
XYZ3.213.932.6-
YUV53.84120.19124.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.11%
GREEN value IS 59 (23.44% from 255) = 39.86%
BLUE value IS 40 (16.02% from 255) = 27.03%
R=33.11%
G=39.86%
B=27.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4959400.1700.320.7791.5819.1919.41
Hex313B28110204D5c1313
Octal617350210401151342323
Binary110001111011101000100010100000100110110111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313B28; }

 p { color: rgb(49,59,40); }

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

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

 a { background-color: rgb(49,59,40); }

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

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

 span { border-color: rgb(49,59,40); }

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