#3B084B

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

Shades of Blackcurrant #3B084B

Tints of Blackcurrant #3B084B

Color information

#3B084B (or 0x3B084B) is unknown color: approx Blackcurrant. HEX triplet: 3B, 08 and 4B. RGB value is (59,8,75). Sum of RGB (Red+Green+Blue) = 59+8+75=142 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.55% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 75 (29.69% from 255 or 52.82% from 142); Max value from RGB is 75 - color contains mainly: blue. Hex color #3B084B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B084B is #C4F7B4. Grayscale: #1E1E1E. Windows color (decimal): -12908469 or 4917307. OLE color: 4917307.

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

Color convert

RGB59875-
CMYK0.210.8900.71
HSL285.67º80.72%16.27%-
HSV(B)285.67º89.33%29.41%-
XYZ3.161.616.8-
YUV30.89152.9148.05-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 41.55%
GREEN value IS 8 (3.52% from 255) = 5.63%
BLUE value IS 75 (29.69% from 255) = 52.82%
R=41.55%
G=5.63%
B=52.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal598750.210.8900.71285.6780.7216.27
Hex3B84B155904711e5110
Octal731011325131010743612120
Binary1110111000100101110101101100101000111100011110101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B084B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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