#392F33

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

Shades of Toledo #392F33

Tints of Toledo #392F33

Color information

#392F33 (or 0x392F33) is unknown color: approx Toledo. HEX triplet: 39, 2F and 33. RGB value is (57,47,51). Sum of RGB (Red+Green+Blue) = 57+47+51=155 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.77% from 155); Green value is 47 (18.75% from 255 or 30.32% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 57 - color contains mainly: red. Hex color #392F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392F33 is #C6D0CC. Grayscale: #323232. Windows color (decimal): -13029581 or 3354425. OLE color: 3354425.

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

Color convert

RGB574751-
CMYK00.180.110.78
HSL336º9.62%20.39%-
HSV(B)336º17.54%22.35%-
XYZ3.33.143.56-
YUV50.45128.31132.67-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 36.77%
GREEN value IS 47 (18.75% from 255) = 30.32%
BLUE value IS 51 (20.31% from 255) = 32.90%
R=36.77%
G=30.32%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57475100.180.110.783369.6220.39
Hex392F33012B4E150a14
Octal715763022131165201224
Binary11100110111111001101001010111001110101010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392F33; }

 p { color: rgb(57,47,51); }

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

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

 a { background-color: rgb(57,47,51); }

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

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

 span { border-color: rgb(57,47,51); }

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