#391D28

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

Shades of Castro #391D28

Tints of Castro #391D28

Color information

#391D28 (or 0x391D28) is unknown color: approx Castro. HEX triplet: 39, 1D and 28. RGB value is (57,29,40). Sum of RGB (Red+Green+Blue) = 57+29+40=126 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.24% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 40 (16.02% from 255 or 31.75% from 126); Max value from RGB is 57 - color contains mainly: red. Hex color #391D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391D28 is #C6E2D7. Grayscale: #262626. Windows color (decimal): -13034200 or 2628921. OLE color: 2628921.

HSL color Cylindrical-coordinate representation of color #391D28: hue angle of 336.43º 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 #391D28 is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB572940-
CMYK00.490.300.78
HSL336.43º32.56%16.86%-
HSV(B)336.43º49.12%22.35%-
XYZ2.511.92.24-
YUV38.63128.78141.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 45.24%
GREEN value IS 29 (11.72% from 255) = 23.02%
BLUE value IS 40 (16.02% from 255) = 31.75%
R=45.24%
G=23.02%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57294000.490.300.78336.4332.5616.86
Hex391D280311E4E1502111
Octal713550061361165204121
Binary11100111101101000011000111110100111010101000010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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