#3B202A

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

Shades of Castro #3B202A

Tints of Castro #3B202A

Color information

#3B202A (or 0x3B202A) is unknown color: approx Castro. HEX triplet: 3B, 20 and 2A. RGB value is (59,32,42). Sum of RGB (Red+Green+Blue) = 59+32+42=133 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.36% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 59 - color contains mainly: red. Hex color #3B202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B202A is #C4DFD5. Grayscale: #292929. Windows color (decimal): -12902358 or 2760763. OLE color: 2760763.

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

Color convert

RGB593242-
CMYK00.460.290.77
HSL337.78º29.67%17.84%-
HSV(B)337.78º45.76%23.14%-
XYZ2.742.132.46-
YUV41.21128.45140.69-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 44.36%
GREEN value IS 32 (12.89% from 255) = 24.06%
BLUE value IS 42 (16.80% from 255) = 31.58%
R=44.36%
G=24.06%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59324200.460.290.77337.7829.6717.84
Hex3B202A02E1D4D1521e12
Octal734052056351155223622
Binary11101110000010101001011101110110011011010100101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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