#391925

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

Shades of Castro #391925

Tints of Castro #391925

Color information

#391925 (or 0x391925) is unknown color: approx Castro. HEX triplet: 39, 19 and 25. RGB value is (57,25,37). Sum of RGB (Red+Green+Blue) = 57+25+37=119 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.90% from 119); Green value is 25 (10.16% from 255 or 21.01% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 57 - color contains mainly: red. Hex color #391925 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391925 is #C6E6DA. Grayscale: #232323. Windows color (decimal): -13035227 or 2431289. OLE color: 2431289.

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

Color convert

RGB572537-
CMYK00.560.350.78
HSL337.5º39.02%16.08%-
HSV(B)337.5º56.14%22.35%-
XYZ2.371.71.95-
YUV35.94128.6143.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 47.90%
GREEN value IS 25 (10.16% from 255) = 21.01%
BLUE value IS 37 (14.84% from 255) = 31.09%
R=47.90%
G=21.01%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57253700.560.350.78337.539.0216.08
Hex391925038234E1522710
Octal713145070431165224720
Binary111001110011001010111000100011100111010101001010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391925; }

 p { color: rgb(57,25,37); }

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

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

 a { background-color: rgb(57,25,37); }

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

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

 span { border-color: rgb(57,25,37); }

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