#3B212A

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

Shades of Castro #3B212A

Tints of Castro #3B212A

Color information

#3B212A (or 0x3B212A) is unknown color: approx Castro. HEX triplet: 3B, 21 and 2A. RGB value is (59,33,42). Sum of RGB (Red+Green+Blue) = 59+33+42=134 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.03% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 59 - color contains mainly: red. Hex color #3B212A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B212A is #C4DED5. Grayscale: #292929. Windows color (decimal): -12902102 or 2761019. OLE color: 2761019.

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

Color convert

RGB593342-
CMYK00.440.290.77
HSL339.23º28.26%18.04%-
HSV(B)339.23º44.07%23.14%-
XYZ2.772.182.47-
YUV41.8128.11140.27-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 44.03%
GREEN value IS 33 (13.28% from 255) = 24.63%
BLUE value IS 42 (16.80% from 255) = 31.34%
R=44.03%
G=24.63%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59334200.440.290.77339.2328.2618.04
Hex3B212A02C1D4D1531c12
Octal734152054351155233422
Binary11101110000110101001011001110110011011010100111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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