#3B084F

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

Shades of Blackcurrant #3B084F

Tints of Blackcurrant #3B084F

Color information

#3B084F (or 0x3B084F) is unknown color: approx Blackcurrant. HEX triplet: 3B, 08 and 4F. RGB value is (59,8,79). Sum of RGB (Red+Green+Blue) = 59+8+79=146 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.41% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 79 (31.25% from 255 or 54.11% from 146); Max value from RGB is 79 - color contains mainly: blue. Hex color #3B084F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B084F is #C4F7B0. Grayscale: #1F1F1F. Windows color (decimal): -12908465 or 5179451. OLE color: 5179451.

HSL color Cylindrical-coordinate representation of color #3B084F: hue angle of 283.1º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B084F is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB59879-
CMYK0.250.9000.69
HSL283.1º81.61%17.06%-
HSV(B)283.1º89.87%30.98%-
XYZ3.31.677.55-
YUV31.34154.9147.73-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 40.41%
GREEN value IS 8 (3.52% from 255) = 5.48%
BLUE value IS 79 (31.25% from 255) = 54.11%
R=40.41%
G=5.48%
B=54.11%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal598790.250.9000.69283.181.6117.06
Hex3B84F195A04511b5211
Octal731011731132010543312221
Binary1110111000100111111001101101001000101100011011101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B084F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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