#31382A

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

Shades of Black Forest #31382A

Tints of Black Forest #31382A

Color information

#31382A (or 0x31382A) is unknown color: approx Black Forest. HEX triplet: 31, 38 and 2A. RGB value is (49,56,42). Sum of RGB (Red+Green+Blue) = 49+56+42=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 42 (16.80% from 255 or 28.57% from 147); Max value from RGB is 56 - color contains mainly: green. Hex color #31382A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31382A is #CEC7D5. Grayscale: #343434. Windows color (decimal): -13551574 or 2766897. OLE color: 2766897.

HSL color Cylindrical-coordinate representation of color #31382A: hue angle of 90º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #31382A is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.

Color convert

RGB495642-
CMYK0.1200.250.78
HSL90º14.29%19.22%-
HSV(B)90º25%21.96%-
XYZ3.13.652.73-
YUV52.31122.18125.64-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.33%
GREEN value IS 56 (22.27% from 255) = 38.10%
BLUE value IS 42 (16.80% from 255) = 28.57%
R=33.33%
G=38.10%
B=28.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4956420.1200.250.789014.2919.22
Hex31382AC0194E5ae13
Octal617052140311161321623
Binary110001111000101010110001100110011101011010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31382A; }

 p { color: rgb(49,56,42); }

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

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

 a { background-color: rgb(49,56,42); }

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

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

 span { border-color: rgb(49,56,42); }

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