#3B222A

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

Shades of Castro #3B222A

Tints of Castro #3B222A

Color information

#3B222A (or 0x3B222A) is unknown color: approx Castro. HEX triplet: 3B, 22 and 2A. RGB value is (59,34,42). Sum of RGB (Red+Green+Blue) = 59+34+42=135 (17% of max value = 765). Red value is 59 (23.44% from 255 or 43.70% from 135); Green value is 34 (13.67% from 255 or 25.19% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 59 - color contains mainly: red. Hex color #3B222A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B222A is #C4DDD5. Grayscale: #2A2A2A. Windows color (decimal): -12901846 or 2761275. OLE color: 2761275.

HSL color Cylindrical-coordinate representation of color #3B222A: hue angle of 340.8º 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 #3B222A is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.77.

Color convert

RGB593442-
CMYK00.420.290.77
HSL340.8º26.88%18.24%-
HSV(B)340.8º42.37%23.14%-
XYZ2.792.242.48-
YUV42.39127.78139.85-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 43.70%
GREEN value IS 34 (13.67% from 255) = 25.19%
BLUE value IS 42 (16.80% from 255) = 31.11%
R=43.70%
G=25.19%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59344200.420.290.77340.826.8818.24
Hex3B222A02A1D4D1551b12
Octal734252052351155253322
Binary11101110001010101001010101110110011011010101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B222A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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