#392930

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

Shades of Toledo #392930

Tints of Toledo #392930

Color information

#392930 (or 0x392930) is unknown color: approx Toledo. HEX triplet: 39, 29 and 30. RGB value is (57,41,48). Sum of RGB (Red+Green+Blue) = 57+41+48=146 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.04% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 48 (19.14% from 255 or 32.88% from 146); Max value from RGB is 57 - color contains mainly: red. Hex color #392930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392930 is #C6D6CF. Grayscale: #2E2E2E. Windows color (decimal): -13031120 or 3156281. OLE color: 3156281.

HSL color Cylindrical-coordinate representation of color #392930: hue angle of 333.75º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #392930 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB574148-
CMYK00.280.160.78
HSL333.75º16.33%19.22%-
HSV(B)333.75º28.07%22.35%-
XYZ3.012.673.15-
YUV46.58128.8135.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.04%
GREEN value IS 41 (16.41% from 255) = 28.08%
BLUE value IS 48 (19.14% from 255) = 32.88%
R=39.04%
G=28.08%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57414800.280.160.78333.7516.3319.22
Hex39293001C104E14e1013
Octal715160034201165162023
Binary1110011010011100000111001000010011101010011101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392930; }

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

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

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

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

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

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

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

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