#3B2042

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

Shades of Blackcurrant #3B2042

Tints of Blackcurrant #3B2042

Color information

#3B2042 (or 0x3B2042) is unknown color: approx Blackcurrant. HEX triplet: 3B, 20 and 42. RGB value is (59,32,66). Sum of RGB (Red+Green+Blue) = 59+32+66=157 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.58% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 66 (26.17% from 255 or 42.04% from 157); Max value from RGB is 66 - color contains mainly: blue. Hex color #3B2042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2042 is #C4DFBD. Grayscale: #2B2B2B. Windows color (decimal): -12902334 or 4333627. OLE color: 4333627.

HSL color Cylindrical-coordinate representation of color #3B2042: hue angle of 287.65º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3B2042 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB593266-
CMYK0.110.5200.74
HSL287.65º34.69%19.22%-
HSV(B)287.65º51.52%25.88%-
XYZ3.32.365.43-
YUV43.95140.45138.74-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 37.58%
GREEN value IS 32 (12.89% from 255) = 20.38%
BLUE value IS 66 (26.17% from 255) = 42.04%
R=37.58%
G=20.38%
B=42.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5932660.110.5200.74287.6534.6919.22
Hex3B2042B3404A1202313
Octal7340102136401124404323
Binary111011100000100001010111101000100101010010000010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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