Html Css Color HEX #353331 Acadia

📋 copy color: '#353331'

red 53 ◦ green 51 ◦ blue 49

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

Shades of Acadia #353331

Tints of Acadia #353331

RGB

 RED value IS 53 (21.09% from 255) = 34.64%

 GREEN value IS 51 (20.31% from 255) = 33.33%

 BLUE value IS 49 (19.53% from 255) = 32.03%

R = 34.64%
G = 33.33%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.79

RGB Variations

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

Color information

#353331 (or 0x353331) is known color: Acadia. HEX triplet: 35, 33 and 31. RGB value is (53,51,49). Sum of RGB (Red+Green+Blue) = 53+51+49=153 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.64% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 49 (19.53% from 255 or 32.03% from 153); Max value from RGB is 53 - color contains mainly: red. Hex color #353331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353331 is #CACCCE. Grayscale: #333333. Windows color (decimal): -13290703 or 3224373. OLE color: 3224373.

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

Color convert

RGB 53 51 49 -
CMYK 0 0.04 0.08 0.79
HSL 30º 0.04% 0.2% -
HSV(B) 30º 0.08% 0.21% -
XYZ 3.21 3.35 3.38 -
YUV 51.37 126.66 129.16 -
System Red Green Blue C M Y K H S L
Decimal 53 51 49 0 0.04 0.08 0.79 30 0.04 0.2
Hex 35 33 31 0 4 8 4F 1E 4 14
Octal 65 63 61 0 4 10 117 36 4 24
Binary 110101 110011 110001 0 100 1000 1001111 11110 100 10100

Color Harmonies of #353331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353331

Black with #353331

Text Example


Text Example

White with #353331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353331; }

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

 H1.HeaderClassName
 {
   color: #353331;
 }
 .AnyTagClassName
 {
   color: #353331;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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