Html Css Color HEX #343332 Acadia

📋 copy color: '#343332'

red 52 ◦ green 51 ◦ blue 50

#343332
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Acadia #343332

Tints of Acadia #343332

RGB

 RED value IS 52 (20.7% 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 value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.80

RGB Variations

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

Color information

#343332 (or 0x343332) is known color: 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

RGB 52 51 50 -
CMYK 0 0.02 0.04 0.80
HSL 30º 0.02% 0.2% -
HSV(B) 30º 0.04% 0.2% -
XYZ 3.18 3.33 3.49 -
YUV 51.19 127.33 128.58 -
System Red Green Blue C M Y K H S L
Decimal 52 51 50 0 0.02 0.04 0.80 30 0.02 0.2
Hex 34 33 32 0 2 4 50 1E 2 14
Octal 64 63 62 0 2 4 120 36 2 24
Binary 110100 110011 110010 0 10 100 1010000 11110 10 10100

Color Harmonies of #343332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343332

Black with #343332

Text Example


Text Example

White with #343332

Text Example


Text Example

HTML Codes & Css Web 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>