Html Css Color HEX #343331 Acadia

📋 copy color: '#343331'

red 52 ◦ green 51 ◦ blue 49

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

Shades of Acadia #343331

Tints of Acadia #343331

RGB

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

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.80

RGB Variations

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

Color information

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

RGB 52 51 49 -
CMYK 0 0.02 0.06 0.80
HSL 40º 0.03% 0.2% -
HSV(B) 40º 0.06% 0.2% -
XYZ 3.15 3.32 3.38 -
YUV 51.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 52 51 49 0 0.02 0.06 0.80 40 0.03 0.2
Hex 34 33 31 0 2 6 50 28 3 14
Octal 64 63 61 0 2 6 120 50 3 24
Binary 110100 110011 110001 0 10 110 1010000 101000 11 10100

Color Harmonies of #343331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343331

Black with #343331

Text Example


Text Example

White with #343331

Text Example


Text Example

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