#343332

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

Shades of Acadia #343332

Tints of Acadia #343332

Color information

#343332 (or 0x343332) is unknown color: approx Acadia. HEX triplet: 34, 33 and 32. RGB value is (52,51,50). Sum of RGB (Red+Green+Blue) = 52+51+50=153 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.99% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 52 - color contains mainly: red. Hex color #343332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343332 is #CBCCCD. Grayscale: #333333. Windows color (decimal): -13356238 or 3289908. OLE color: 3289908.

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

Color convert

RGB525150-
CMYK00.020.040.80
HSL30º1.96%20%-
HSV(B)30º3.85%20.39%-
XYZ3.183.333.49-
YUV51.18127.33128.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 33.99%
GREEN value IS 51 (20.31% from 255) = 33.33%
BLUE value IS 50 (19.92% from 255) = 32.68%
R=33.99%
G=33.33%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52515000.020.040.80301.9620
Hex343332024501e214
Octal64636202412036224
Binary1101001100111100100101001010000111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343332; }

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

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

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

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

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

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

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

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