#3B044B

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

Shades of Blackcurrant #3B044B

Tints of Blackcurrant #3B044B

Color information

#3B044B (or 0x3B044B) is unknown color: approx Blackcurrant. HEX triplet: 3B, 04 and 4B. RGB value is (59,4,75). Sum of RGB (Red+Green+Blue) = 59+4+75=138 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.75% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 75 (29.69% from 255 or 54.35% from 138); Max value from RGB is 75 - color contains mainly: blue. Hex color #3B044B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B044B is #C4FBB4. Grayscale: #1C1C1C. Windows color (decimal): -12909493 or 4916283. OLE color: 4916283.

HSL color Cylindrical-coordinate representation of color #3B044B: hue angle of 286.48º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3B044B is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB59475-
CMYK0.210.9500.71
HSL286.48º89.87%15.49%-
HSV(B)286.48º94.67%29.41%-
XYZ3.121.526.79-
YUV28.54154.22149.73-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 42.75%
GREEN value IS 4 (1.95% from 255) = 2.90%
BLUE value IS 75 (29.69% from 255) = 54.35%
R=42.75%
G=2.90%
B=54.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal594750.210.9500.71286.4889.8715.49
Hex3B44B155F04711e5af
Octal73411325137010743613217
Binary11101110010010111010110111110100011110001111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B044B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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