Html Css Color HEX #353433 Acadia

📋 copy color: '#353433'

red 53 ◦ green 52 ◦ blue 51

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

Shades of Acadia #353433

Tints of Acadia #353433

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 32.69%

R = 33.97%
G = 33.33%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.04

 K value IS 0.79

RGB Variations

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

Color information

#353433 (or 0x353433) is known color: Acadia. HEX triplet: 35, 34 and 33. RGB value is (53,52,51). Sum of RGB (Red+Green+Blue) = 53+52+51=156 (20% of max value = 765). Red value is 53 (21.09% from 255 or 33.97% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 51 (20.31% from 255 or 32.69% from 156); Max value from RGB is 53 - color contains mainly: red. Hex color #353433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353433 is #CACBCC. Grayscale: #343434. Windows color (decimal): -13290445 or 3355701. OLE color: 3355701.

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

Color convert

RGB 53 52 51 -
CMYK 0 0.02 0.04 0.79
HSL 30º 0.02% 0.2% -
HSV(B) 30º 0.04% 0.21% -
XYZ 3.29 3.45 3.62 -
YUV 52.19 127.33 128.58 -
System Red Green Blue C M Y K H S L
Decimal 53 52 51 0 0.02 0.04 0.79 30 0.02 0.2
Hex 35 34 33 0 2 4 4F 1E 2 14
Octal 65 64 63 0 2 4 117 36 2 24
Binary 110101 110100 110011 0 10 100 1001111 11110 10 10100

Color Harmonies of #353433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353433

Black with #353433

Text Example


Text Example

White with #353433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353433; }

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

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

background-color css

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

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

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

border-color css

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

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

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