Html Css Color HEX #352F29 Acadia

📋 copy color: '#352F29'

red 53 ◦ green 47 ◦ blue 41

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

Shades of Acadia #352F29

Tints of Acadia #352F29

RGB

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

 GREEN value IS 47 (18.75% from 255) = 33.33%

 BLUE value IS 41 (16.41% from 255) = 29.08%

R = 37.59%
G = 33.33%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

#352F29 (or 0x352F29) is known color: Acadia. HEX triplet: 35, 2F and 29. RGB value is (53,47,41). Sum of RGB (Red+Green+Blue) = 53+47+41=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 47 (18.75% from 255 or 33.33% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 53 - color contains mainly: red. Hex color #352F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F29 is #CAD0D6. Grayscale: #303030. Windows color (decimal): -13291735 or 2699061. OLE color: 2699061.

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

Color convert

RGB 53 47 41 -
CMYK 0 0.11 0.23 0.79
HSL 30º 0.13% 0.18% -
HSV(B) 30º 0.23% 0.21% -
XYZ 2.88 2.95 2.52 -
YUV 48.11 123.99 131.49 -
System Red Green Blue C M Y K H S L
Decimal 53 47 41 0 0.11 0.23 0.79 30 0.13 0.18
Hex 35 2F 29 0 B 17 4F 1E D 12
Octal 65 57 51 0 13 27 117 36 15 22
Binary 110101 101111 101001 0 1011 10111 1001111 11110 1101 10010

Color Harmonies of #352F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352F29

Black with #352F29

Text Example


Text Example

White with #352F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352F29; }

 p { color: rgb(53,47,41); }

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

background-color css

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

 a { background-color: rgb(53,47,41); }

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

border-color css

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

 span { border-color: rgb(53,47,41); }

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