#31352C

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

Shades of Black Forest #31352C

Tints of Black Forest #31352C

Color information

#31352C (or 0x31352C) is unknown color: approx Black Forest. HEX triplet: 31, 35 and 2C. RGB value is (49,53,44). Sum of RGB (Red+Green+Blue) = 49+53+44=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 53 - color contains mainly: green. Hex color #31352C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31352C is #CECAD3. Grayscale: #323232. Windows color (decimal): -13552340 or 2897201. OLE color: 2897201.

HSL color Cylindrical-coordinate representation of color #31352C: hue angle of 86.67º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #31352C is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB495344-
CMYK0.0800.170.79
HSL86.67º9.28%19.02%-
HSV(B)86.67º16.98%20.78%-
XYZ2.993.382.88-
YUV50.78124.17126.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.56%
GREEN value IS 53 (21.09% from 255) = 36.30%
BLUE value IS 44 (17.58% from 255) = 30.14%
R=33.56%
G=36.30%
B=30.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4953440.0800.170.7986.679.2819.02
Hex31352C80114F57913
Octal616554100211171271123
Binary110001110101101100100001000110011111010111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31352C; }

 p { color: rgb(49,53,44); }

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

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

 a { background-color: rgb(49,53,44); }

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

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

 span { border-color: rgb(49,53,44); }

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