#3B0351

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

Shades of Blackcurrant #3B0351

Tints of Blackcurrant #3B0351

Color information

#3B0351 (or 0x3B0351) is unknown color: approx Blackcurrant. HEX triplet: 3B, 03 and 51. RGB value is (59,3,81). Sum of RGB (Red+Green+Blue) = 59+3+81=143 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.26% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 81 (32.03% from 255 or 56.64% from 143); Max value from RGB is 81 - color contains mainly: blue. Hex color #3B0351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0351 is #C4FCAE. Grayscale: #1C1C1C. Windows color (decimal): -12909743 or 5309243. OLE color: 5309243.

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

Color convert

RGB59381-
CMYK0.270.9600.68
HSL283.08º92.86%16.47%-
HSV(B)283.08º96.3%31.76%-
XYZ3.321.597.92-
YUV28.64157.55149.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 41.26%
GREEN value IS 3 (1.56% from 255) = 2.10%
BLUE value IS 81 (32.03% from 255) = 56.64%
R=41.26%
G=2.10%
B=56.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal593810.270.9600.68283.0892.8616.47
Hex3B3511B6004411b5d10
Octal73312133140010443313520
Binary11101111101000111011110000001000100100011011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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