#3B1D28

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

Shades of Castro #3B1D28

Tints of Castro #3B1D28

Color information

#3B1D28 (or 0x3B1D28) is unknown color: approx Castro. HEX triplet: 3B, 1D and 28. RGB value is (59,29,40). Sum of RGB (Red+Green+Blue) = 59+29+40=128 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.09% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B1D28 is #C4E2D7. Grayscale: #272727. Windows color (decimal): -12903128 or 2628923. OLE color: 2628923.

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

Color convert

RGB592940-
CMYK00.510.320.77
HSL338º34.09%17.25%-
HSV(B)338º50.85%23.14%-
XYZ2.631.962.25-
YUV39.22128.44142.11-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 46.09%
GREEN value IS 29 (11.72% from 255) = 22.66%
BLUE value IS 40 (16.02% from 255) = 31.25%
R=46.09%
G=22.66%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.32
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59294000.510.320.7733834.0917.25
Hex3B1D28033204D1522211
Octal733550063401155224221
Binary111011111011010000110011100000100110110101001010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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