Html Css Color HEX #352F27 Acadia

📋 copy color: '#352F27'

red 53 ◦ green 47 ◦ blue 39

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

Shades of Acadia #352F27

Tints of Acadia #352F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 28.06%

R = 38.13%
G = 33.81%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#352F27 (or 0x352F27) is known color: Acadia. HEX triplet: 35, 2F and 27. RGB value is (53,47,39). Sum of RGB (Red+Green+Blue) = 53+47+39=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 39 (15.62% from 255 or 28.06% from 139); Max value from RGB is 53 - color contains mainly: red. Hex color #352F27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F27 is #CAD0D8. Grayscale: #2F2F2F. Windows color (decimal): -13291737 or 2567989. OLE color: 2567989.

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

Color convert

RGB 53 47 39 -
CMYK 0 0.11 0.26 0.79
HSL 34.29º 0.15% 0.18% -
HSV(B) 34.29º 0.26% 0.21% -
XYZ 2.85 2.94 2.34 -
YUV 47.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 53 47 39 0 0.11 0.26 0.79 34.29 0.15 0.18
Hex 35 2F 27 0 B 1A 4F 22 F 12
Octal 65 57 47 0 13 32 117 42 17 22
Binary 110101 101111 100111 0 1011 11010 1001111 100010 1111 10010

Color Harmonies of #352F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352F27

Black with #352F27

Text Example


Text Example

White with #352F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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