#3B1043

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

Shades of Blackcurrant #3B1043

Tints of Blackcurrant #3B1043

Color information

#3B1043 (or 0x3B1043) is unknown color: approx Blackcurrant. HEX triplet: 3B, 10 and 43. RGB value is (59,16,67). Sum of RGB (Red+Green+Blue) = 59+16+67=142 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.55% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 67 (26.56% from 255 or 47.18% from 142); Max value from RGB is 67 - color contains mainly: blue. Hex color #3B1043 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1043 is #C4EFBC. Grayscale: #222222. Windows color (decimal): -12906429 or 4395067. OLE color: 4395067.

HSL color Cylindrical-coordinate representation of color #3B1043: hue angle of 290.59º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B1043 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB591667-
CMYK0.120.7600.74
HSL290.59º61.45%16.27%-
HSV(B)290.59º76.12%26.27%-
XYZ31.715.48-
YUV34.67146.25145.35-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 41.55%
GREEN value IS 16 (6.64% from 255) = 11.27%
BLUE value IS 67 (26.56% from 255) = 47.18%
R=41.55%
G=11.27%
B=47.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5916670.120.7600.74290.5961.4516.27
Hex3B1043C4C04A1233d10
Octal73201031411401124437520
Binary111011100001000011110010011000100101010010001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,16,67); }

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

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

 a { background-color: rgb(59,16,67); }

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

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

 span { border-color: rgb(59,16,67); }

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