#3B1E28

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

Shades of Castro #3B1E28

Tints of Castro #3B1E28

Color information

#3B1E28 (or 0x3B1E28) is unknown color: approx Castro. HEX triplet: 3B, 1E and 28. RGB value is (59,30,40). Sum of RGB (Red+Green+Blue) = 59+30+40=129 (17% of max value = 765). Red value is 59 (23.44% from 255 or 45.74% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 40 (16.02% from 255 or 31.01% from 129); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1E28 is #C4E1D7. Grayscale: #272727. Windows color (decimal): -12902872 or 2629179. OLE color: 2629179.

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

Color convert

RGB593040-
CMYK00.490.320.77
HSL339.31º32.58%17.45%-
HSV(B)339.31º49.15%23.14%-
XYZ2.652.012.26-
YUV39.81128.11141.69-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 45.74%
GREEN value IS 30 (12.11% from 255) = 23.26%
BLUE value IS 40 (16.02% from 255) = 31.01%
R=45.74%
G=23.26%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59304000.490.320.77339.3132.5817.45
Hex3B1E28031204D1532111
Octal733650061401155234121
Binary111011111101010000110001100000100110110101001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B1E28; }

 p { color: rgb(59,30,40); }

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

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

 a { background-color: rgb(59,30,40); }

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

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

 span { border-color: rgb(59,30,40); }

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