Html Css Color HEX #35312C Acadia

📋 copy color: '#35312C'

red 53 ◦ green 49 ◦ blue 44

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

Shades of Acadia #35312C

Tints of Acadia #35312C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 33.56%

 BLUE value IS 44 (17.58% from 255) = 30.14%

R = 36.3%
G = 33.56%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.79

RGB Variations

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

Color information

#35312C (or 0x35312C) is known color: Acadia. HEX triplet: 35, 31 and 2C. RGB value is (53,49,44). Sum of RGB (Red+Green+Blue) = 53+49+44=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 44 (17.58% from 255 or 30.14% from 146); Max value from RGB is 53 - color contains mainly: red. Hex color #35312C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35312C is #CACED3. Grayscale: #313131. Windows color (decimal): -13291220 or 2896181. OLE color: 2896181.

HSL color Cylindrical-coordinate representation of color #35312C: hue angle of 33.33º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #35312C is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 49 44 -
CMYK 0 0.08 0.17 0.79
HSL 33.33º 0.09% 0.19% -
HSV(B) 33.33º 0.17% 0.21% -
XYZ 3.02 3.14 2.83 -
YUV 49.63 124.83 130.41 -
System Red Green Blue C M Y K H S L
Decimal 53 49 44 0 0.08 0.17 0.79 33.33 0.09 0.19
Hex 35 31 2C 0 8 11 4F 21 9 13
Octal 65 61 54 0 10 21 117 41 11 23
Binary 110101 110001 101100 0 1000 10001 1001111 100001 1001 10011

Color Harmonies of #35312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35312C

Black with #35312C

Text Example


Text Example

White with #35312C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35312C; }

 p { color: rgb(53,49,44); }

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

background-color css

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

 a { background-color: rgb(53,49,44); }

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

border-color css

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

 span { border-color: rgb(53,49,44); }

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