#3B0247

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

Shades of Blackcurrant #3B0247

Tints of Blackcurrant #3B0247

Color information

#3B0247 (or 0x3B0247) is unknown color: approx Blackcurrant. HEX triplet: 3B, 02 and 47. RGB value is (59,2,71). Sum of RGB (Red+Green+Blue) = 59+2+71=132 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.70% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 71 (28.12% from 255 or 53.79% from 132); Max value from RGB is 71 - color contains mainly: blue. Hex color #3B0247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0247 is #C4FDB8. Grayscale: #1A1A1A. Windows color (decimal): -12910009 or 4653627. OLE color: 4653627.

HSL color Cylindrical-coordinate representation of color #3B0247: hue angle of 289.57º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B0247 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB59271-
CMYK0.170.9700.72
HSL289.57º94.52%14.31%-
HSV(B)289.57º97.18%27.84%-
XYZ2.961.436.08-
YUV26.91152.88150.89-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 44.70%
GREEN value IS 2 (1.17% from 255) = 1.52%
BLUE value IS 71 (28.12% from 255) = 53.79%
R=44.70%
G=1.52%
B=53.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal592710.170.9700.72289.5794.5214.31
Hex3B24711610481225fe
Octal73210721141011044213716
Binary1110111010001111000111000010100100010010001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,2,71); }

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

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

 a { background-color: rgb(59,2,71); }

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

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

 span { border-color: rgb(59,2,71); }

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