Html Css Color HEX #373431 Acadia

📋 copy color: '#373431'

red 55 ◦ green 52 ◦ blue 49

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

Shades of Acadia #373431

Tints of Acadia #373431

RGB

 RED value IS 55 (21.88% from 255) = 35.26%

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

 BLUE value IS 49 (19.53% from 255) = 31.41%

R = 35.26%
G = 33.33%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.78

RGB Variations

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

Color information

#373431 (or 0x373431) is known color: Acadia. HEX triplet: 37, 34 and 31. RGB value is (55,52,49). Sum of RGB (Red+Green+Blue) = 55+52+49=156 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.26% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 49 (19.53% from 255 or 31.41% from 156); Max value from RGB is 55 - color contains mainly: red. Hex color #373431 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373431 is #C8CBCE. Grayscale: #343434. Windows color (decimal): -13159375 or 3224631. OLE color: 3224631.

HSL color Cylindrical-coordinate representation of color #373431: hue angle of 30º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #373431 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 52 49 -
CMYK 0 0.05 0.11 0.78
HSL 30º 0.06% 0.2% -
HSV(B) 30º 0.11% 0.22% -
XYZ 3.36 3.49 3.4 -
YUV 52.56 125.99 129.74 -
System Red Green Blue C M Y K H S L
Decimal 55 52 49 0 0.05 0.11 0.78 30 0.06 0.2
Hex 37 34 31 0 5 B 4E 1E 6 14
Octal 67 64 61 0 5 13 116 36 6 24
Binary 110111 110100 110001 0 101 1011 1001110 11110 110 10100

Color Harmonies of #373431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373431

Black with #373431

Text Example


Text Example

White with #373431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373431; }

 p { color: rgb(55,52,49); }

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

background-color css

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

 a { background-color: rgb(55,52,49); }

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

border-color css

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

 span { border-color: rgb(55,52,49); }

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