#392129

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

Shades of Castro #392129

Tints of Castro #392129

Color information

#392129 (or 0x392129) is unknown color: approx Castro. HEX triplet: 39, 21 and 29. RGB value is (57,33,41). Sum of RGB (Red+Green+Blue) = 57+33+41=131 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.51% from 131); Green value is 33 (13.28% from 255 or 25.19% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 57 - color contains mainly: red. Hex color #392129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392129 is #C6DED6. Grayscale: #292929. Windows color (decimal): -13033175 or 2695481. OLE color: 2695481.

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

Color convert

RGB573341-
CMYK00.420.280.78
HSL340º26.67%17.65%-
HSV(B)340º42.11%22.35%-
XYZ2.632.122.37-
YUV41.09127.95139.35-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 43.51%
GREEN value IS 33 (13.28% from 255) = 25.19%
BLUE value IS 41 (16.41% from 255) = 31.30%
R=43.51%
G=25.19%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57334100.420.280.7834026.6717.65
Hex39212902A1C4E1541b12
Octal714151052341165243322
Binary11100110000110100101010101110010011101010101001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392129; }

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

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

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

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

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

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

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

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