#392630

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

Shades of Toledo #392630

Tints of Toledo #392630

Color information

#392630 (or 0x392630) is unknown color: approx Toledo. HEX triplet: 39, 26 and 30. RGB value is (57,38,48). Sum of RGB (Red+Green+Blue) = 57+38+48=143 (18% of max value = 765). Red value is 57 (22.66% from 255 or 39.86% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 57 - color contains mainly: red. Hex color #392630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392630 is #C6D9CF. Grayscale: #2C2C2C. Windows color (decimal): -13031888 or 3155513. OLE color: 3155513.

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

Color convert

RGB573848-
CMYK00.330.160.78
HSL328.42º20%18.63%-
HSV(B)328.42º33.33%22.35%-
XYZ2.912.473.12-
YUV44.82129.79136.69-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 39.86%
GREEN value IS 38 (15.23% from 255) = 26.57%
BLUE value IS 48 (19.14% from 255) = 33.57%
R=39.86%
G=26.57%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57384800.330.160.78328.422018.63
Hex392630021104E1481413
Octal714660041201165102423
Binary11100110011011000001000011000010011101010010001010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392630; }

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

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

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

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

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

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

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

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