#31302E

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

Shades of Acadia #31302E

Tints of Acadia #31302E

Color information

#31302E (or 0x31302E) is unknown color: approx Acadia. HEX triplet: 31, 30 and 2E. RGB value is (49,48,46). Sum of RGB (Red+Green+Blue) = 49+48+46=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 49 - color contains mainly: red. Hex color #31302E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31302E is #CECFD1. Grayscale: #303030. Windows color (decimal): -13553618 or 3026993. OLE color: 3026993.

HSL color Cylindrical-coordinate representation of color #31302E: hue angle of 40º degrees, saturation: 0.03, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #31302E is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB494846-
CMYK00.020.060.81
HSL40º3.16%18.63%-
HSV(B)40º6.12%19.22%-
XYZ2.822.963.01-
YUV48.07126.83128.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 34.27%
GREEN value IS 48 (19.14% from 255) = 33.57%
BLUE value IS 46 (18.36% from 255) = 32.17%
R=34.27%
G=33.57%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49484600.020.060.81403.1618.63
Hex31302E0265128313
Octal61605602612150323
Binary11000111000010111001011010100011010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31302E; }

 p { color: rgb(49,48,46); }

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

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

 a { background-color: rgb(49,48,46); }

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

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

 span { border-color: rgb(49,48,46); }

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