Html Css Color HEX #353432 Acadia

📋 copy color: '#353432'

red 53 ◦ green 52 ◦ blue 50

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

Shades of Acadia #353432

Tints of Acadia #353432

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.55%

 BLUE value IS 50 (19.92% from 255) = 32.26%

R = 34.19%
G = 33.55%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.06

 K value IS 0.79

RGB Variations

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

Color information

#353432 (or 0x353432) is known color: Acadia. HEX triplet: 35, 34 and 32. RGB value is (53,52,50). Sum of RGB (Red+Green+Blue) = 53+52+50=155 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.19% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 50 (19.92% from 255 or 32.26% from 155); Max value from RGB is 53 - color contains mainly: red. Hex color #353432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353432 is #CACBCD. Grayscale: #343434. Windows color (decimal): -13290446 or 3290165. OLE color: 3290165.

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

Color convert

RGB 53 52 50 -
CMYK 0 0.02 0.06 0.79
HSL 40º 0.03% 0.2% -
HSV(B) 40º 0.06% 0.21% -
XYZ 3.27 3.44 3.51 -
YUV 52.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 53 52 50 0 0.02 0.06 0.79 40 0.03 0.2
Hex 35 34 32 0 2 6 4F 28 3 14
Octal 65 64 62 0 2 6 117 50 3 24
Binary 110101 110100 110010 0 10 110 1001111 101000 11 10100

Color Harmonies of #353432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353432

Black with #353432

Text Example


Text Example

White with #353432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353432; }

 p { color: rgb(53,52,50); }

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

background-color css

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

 a { background-color: rgb(53,52,50); }

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

border-color css

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

 span { border-color: rgb(53,52,50); }

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