#391724

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

Shades of Castro #391724

Tints of Castro #391724

Color information

#391724 (or 0x391724) is unknown color: approx Castro. HEX triplet: 39, 17 and 24. RGB value is (57,23,36). Sum of RGB (Red+Green+Blue) = 57+23+36=116 (15% of max value = 765). Red value is 57 (22.66% from 255 or 49.14% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 57 - color contains mainly: red. Hex color #391724 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391724 is #C6E8DB. Grayscale: #222222. Windows color (decimal): -13035740 or 2365241. OLE color: 2365241.

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

Color convert

RGB572336-
CMYK00.600.370.78
HSL337.06º42.5%15.69%-
HSV(B)337.06º59.65%22.35%-
XYZ2.311.611.86-
YUV34.65128.76143.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 49.14%
GREEN value IS 23 (9.38% from 255) = 19.83%
BLUE value IS 36 (14.45% from 255) = 31.03%
R=49.14%
G=19.83%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57233600.600.370.78337.0642.515.69
Hex39172403C254E1512a10
Octal712744074451165215220
Binary111001101111001000111100100101100111010101000110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391724; }

 p { color: rgb(57,23,36); }

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

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

 a { background-color: rgb(57,23,36); }

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

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

 span { border-color: rgb(57,23,36); }

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