#3B034E

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

Shades of Blackcurrant #3B034E

Tints of Blackcurrant #3B034E

Color information

#3B034E (or 0x3B034E) is unknown color: approx Blackcurrant. HEX triplet: 3B, 03 and 4E. RGB value is (59,3,78). Sum of RGB (Red+Green+Blue) = 59+3+78=140 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.14% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 78 (30.86% from 255 or 55.71% from 140); Max value from RGB is 78 - color contains mainly: blue. Hex color #3B034E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B034E is #C4FCB1. Grayscale: #1C1C1C. Windows color (decimal): -12909746 or 5112635. OLE color: 5112635.

HSL color Cylindrical-coordinate representation of color #3B034E: hue angle of 284.8º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3B034E is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB59378-
CMYK0.240.9600.69
HSL284.8º92.59%15.88%-
HSV(B)284.8º96.15%30.59%-
XYZ3.211.547.34-
YUV28.29156.05149.9-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 42.14%
GREEN value IS 3 (1.56% from 255) = 2.14%
BLUE value IS 78 (30.86% from 255) = 55.71%
R=42.14%
G=2.14%
B=55.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal593780.240.9600.69284.892.5915.88
Hex3B34E186004511d5d10
Octal73311630140010543513520
Binary11101111100111011000110000001000101100011101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B034E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,3,78); }

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

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

 a { background-color: rgb(59,3,78); }

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

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

 span { border-color: rgb(59,3,78); }

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