#3B242B

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

Shades of Castro #3B242B

Tints of Castro #3B242B

Color information

#3B242B (or 0x3B242B) is unknown color: approx Castro. HEX triplet: 3B, 24 and 2B. RGB value is (59,36,43). Sum of RGB (Red+Green+Blue) = 59+36+43=138 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.75% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 59 - color contains mainly: red. Hex color #3B242B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B242B is #C4DBD4. Grayscale: #2B2B2B. Windows color (decimal): -12901333 or 2827323. OLE color: 2827323.

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

Color convert

RGB593643-
CMYK00.390.270.77
HSL341.74º24.21%18.63%-
HSV(B)341.74º38.98%23.14%-
XYZ2.872.372.59-
YUV43.68127.62138.93-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 42.75%
GREEN value IS 36 (14.45% from 255) = 26.09%
BLUE value IS 43 (17.19% from 255) = 31.16%
R=42.75%
G=26.09%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.27
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59364300.390.270.77341.7424.2118.63
Hex3B242B0271B4D1561813
Octal734453047331155263023
Binary11101110010010101101001111101110011011010101101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B242B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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