#3B222B

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

Shades of Castro #3B222B

Tints of Castro #3B222B

Color information

#3B222B (or 0x3B222B) is unknown color: approx Castro. HEX triplet: 3B, 22 and 2B. RGB value is (59,34,43). Sum of RGB (Red+Green+Blue) = 59+34+43=136 (18% of max value = 765). Red value is 59 (23.44% from 255 or 43.38% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 59 - color contains mainly: red. Hex color #3B222B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B222B is #C4DDD4. Grayscale: #2A2A2A. Windows color (decimal): -12901845 or 2826811. OLE color: 2826811.

HSL color Cylindrical-coordinate representation of color #3B222B: hue angle of 338.4º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B222B is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.77.

Color convert

RGB593443-
CMYK00.420.270.77
HSL338.4º26.88%18.24%-
HSV(B)338.4º42.37%23.14%-
XYZ2.812.252.57-
YUV42.5128.28139.77-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 43.38%
GREEN value IS 34 (13.67% from 255) = 25%
BLUE value IS 43 (17.19% from 255) = 31.62%
R=43.38%
G=25%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59344300.420.270.77338.426.8818.24
Hex3B222B02A1B4D1521b12
Octal734253052331155223322
Binary11101110001010101101010101101110011011010100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B222B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,34,43); }

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

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

 a { background-color: rgb(59,34,43); }

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

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

 span { border-color: rgb(59,34,43); }

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