#3B212B

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

Shades of Castro #3B212B

Tints of Castro #3B212B

Color information

#3B212B (or 0x3B212B) is unknown color: approx Castro. HEX triplet: 3B, 21 and 2B. RGB value is (59,33,43). Sum of RGB (Red+Green+Blue) = 59+33+43=135 (17% of max value = 765). Red value is 59 (23.44% from 255 or 43.70% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 59 - color contains mainly: red. Hex color #3B212B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B212B is #C4DED4. Grayscale: #292929. Windows color (decimal): -12902101 or 2826555. OLE color: 2826555.

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

Color convert

RGB593343-
CMYK00.440.270.77
HSL336.92º28.26%18.04%-
HSV(B)336.92º44.07%23.14%-
XYZ2.782.192.56-
YUV41.91128.61140.19-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 43.70%
GREEN value IS 33 (13.28% from 255) = 24.44%
BLUE value IS 43 (17.19% from 255) = 31.85%
R=43.70%
G=24.44%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59334300.440.270.77336.9228.2618.04
Hex3B212B02C1B4D1511c12
Octal734153054331155213422
Binary11101110000110101101011001101110011011010100011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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