#343331

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

Shades of Acadia #343331

Tints of Acadia #343331

Color information

#343331 (or 0x343331) is unknown color: approx Acadia. HEX triplet: 34, 33 and 31. RGB value is (52,51,49). Sum of RGB (Red+Green+Blue) = 52+51+49=152 (20% of max value = 765). Red value is 52 (20.70% from 255 or 34.21% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 52 - color contains mainly: red. Hex color #343331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343331 is #CBCCCE. Grayscale: #333333. Windows color (decimal): -13356239 or 3224372. OLE color: 3224372.

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

Color convert

RGB525149-
CMYK00.020.060.80
HSL40º2.97%19.8%-
HSV(B)40º5.77%20.39%-
XYZ3.153.323.38-
YUV51.07126.83128.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 34.21%
GREEN value IS 51 (20.31% from 255) = 33.55%
BLUE value IS 49 (19.53% from 255) = 32.24%
R=34.21%
G=33.55%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52514900.020.060.80402.9719.8
Hex3433310265028314
Octal64636102612050324
Binary11010011001111000101011010100001010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343331; }

 p { color: rgb(52,51,49); }

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

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

 a { background-color: rgb(52,51,49); }

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

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

 span { border-color: rgb(52,51,49); }

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