#3B044C

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

Shades of Blackcurrant #3B044C

Tints of Blackcurrant #3B044C

Color information

#3B044C (or 0x3B044C) is unknown color: approx Blackcurrant. HEX triplet: 3B, 04 and 4C. RGB value is (59,4,76). Sum of RGB (Red+Green+Blue) = 59+4+76=139 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.45% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 76 (30.08% from 255 or 54.68% from 139); Max value from RGB is 76 - color contains mainly: blue. Hex color #3B044C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B044C is #C4FBB3. Grayscale: #1C1C1C. Windows color (decimal): -12909492 or 4981819. OLE color: 4981819.

HSL color Cylindrical-coordinate representation of color #3B044C: hue angle of 285.83º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B044C is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB59476-
CMYK0.220.9500.70
HSL285.83º90%15.69%-
HSV(B)285.83º94.74%29.8%-
XYZ3.151.546.97-
YUV28.65154.72149.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 42.45%
GREEN value IS 4 (1.95% from 255) = 2.88%
BLUE value IS 76 (30.08% from 255) = 54.68%
R=42.45%
G=2.88%
B=54.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal594760.220.9500.70285.839015.69
Hex3B44C165F04611e5a10
Octal73411426137010643613220
Binary111011100100110010110101111101000110100011110101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B044C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,4,76); }

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

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

 a { background-color: rgb(59,4,76); }

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

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

 span { border-color: rgb(59,4,76); }

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