#373430

Color #373430 Acadia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acadia #373430

Tints of Acadia #373430

Color information

#373430 (or 0x373430) is unknown color: approx Acadia. HEX triplet: 37, 34 and 30. RGB value is (55,52,48). Sum of RGB (Red+Green+Blue) = 55+52+48=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 55 - color contains mainly: red. Hex color #373430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373430 is #C8CBCF. Grayscale: #343434. Windows color (decimal): -13159376 or 3159095. OLE color: 3159095.

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

Color convert

RGB555248-
CMYK00.050.130.78
HSL34.29º6.8%20.2%-
HSV(B)34.29º12.73%21.57%-
XYZ3.343.483.29-
YUV52.44125.49129.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 35.48%
GREEN value IS 52 (20.70% from 255) = 33.55%
BLUE value IS 48 (19.14% from 255) = 30.97%
R=35.48%
G=33.55%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55524800.050.130.7834.296.820.2
Hex37343005D4E22714
Octal676460051511642724
Binary11011111010011000001011101100111010001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #373430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #373430; }

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

 H1.HeaderClassName
 {
   color: #373430;
 }
 .AnyTagClassName
 {
   color: #373430;
 }
</style>
background-color css

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

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

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

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

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

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