#391D27

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

Shades of Castro #391D27

Tints of Castro #391D27

Color information

#391D27 (or 0x391D27) is unknown color: approx Castro. HEX triplet: 39, 1D and 27. RGB value is (57,29,39). Sum of RGB (Red+Green+Blue) = 57+29+39=125 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.6% from 125); Green value is 29 (11.72% from 255 or 23.2% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 57 - color contains mainly: red. Hex color #391D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391D27 is #C6E2D8. Grayscale: #262626. Windows color (decimal): -13034201 or 2563385. OLE color: 2563385.

HSL color Cylindrical-coordinate representation of color #391D27: hue angle of 338.57º degrees, saturation: 0.33, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #391D27 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.78.

Color convert

RGB572939-
CMYK00.490.320.78
HSL338.57º32.56%16.86%-
HSV(B)338.57º49.12%22.35%-
XYZ2.491.92.15-
YUV38.51128.28141.19-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.6%
GREEN value IS 29 (11.72% from 255) = 23.2%
BLUE value IS 39 (15.62% from 255) = 31.2%
R=45.6%
G=23.2%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57293900.490.320.78338.5732.5616.86
Hex391D27031204E1532111
Octal713547061401165234121
Binary111001111011001110110001100000100111010101001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391D27; }

 p { color: rgb(57,29,39); }

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

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

 a { background-color: rgb(57,29,39); }

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

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

 span { border-color: rgb(57,29,39); }

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