Html Css Color HEX #353029 Acadia

📋 copy color: '#353029'

red 53 ◦ green 48 ◦ blue 41

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

Shades of Acadia #353029

Tints of Acadia #353029

RGB

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

 GREEN value IS 48 (19.14% from 255) = 33.8%

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

R = 37.32%
G = 33.8%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

#353029 (or 0x353029) is known color: Acadia. HEX triplet: 35, 30 and 29. RGB value is (53,48,41). Sum of RGB (Red+Green+Blue) = 53+48+41=142 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.32% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 41 (16.41% from 255 or 28.87% from 142); Max value from RGB is 53 - color contains mainly: red. Hex color #353029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353029 is #CACFD6. Grayscale: #303030. Windows color (decimal): -13291479 or 2699317. OLE color: 2699317.

HSL color Cylindrical-coordinate representation of color #353029: hue angle of 35º 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 #353029 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 48 41 -
CMYK 0 0.09 0.23 0.79
HSL 35º 0.13% 0.18% -
HSV(B) 35º 0.23% 0.21% -
XYZ 2.93 3.03 2.53 -
YUV 48.7 123.66 131.07 -
System Red Green Blue C M Y K H S L
Decimal 53 48 41 0 0.09 0.23 0.79 35 0.13 0.18
Hex 35 30 29 0 9 17 4F 23 D 12
Octal 65 60 51 0 11 27 117 43 15 22
Binary 110101 110000 101001 0 1001 10111 1001111 100011 1101 10010

Color Harmonies of #353029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353029

Black with #353029

Text Example


Text Example

White with #353029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353029; }

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

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

background-color css

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

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

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

border-color css

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

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

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