#3B0447

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

Shades of Blackcurrant #3B0447

Tints of Blackcurrant #3B0447

Color information

#3B0447 (or 0x3B0447) is unknown color: approx Blackcurrant. HEX triplet: 3B, 04 and 47. RGB value is (59,4,71). Sum of RGB (Red+Green+Blue) = 59+4+71=134 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.03% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 71 (28.12% from 255 or 52.99% from 134); Max value from RGB is 71 - color contains mainly: blue. Hex color #3B0447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0447 is #C4FBB8. Grayscale: #1B1B1B. Windows color (decimal): -12909497 or 4654139. OLE color: 4654139.

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

Color convert

RGB59471-
CMYK0.170.9400.72
HSL289.25º89.33%14.71%-
HSV(B)289.25º94.37%27.84%-
XYZ2.981.476.09-
YUV28.08152.22150.05-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 44.03%
GREEN value IS 4 (1.95% from 255) = 2.99%
BLUE value IS 71 (28.12% from 255) = 52.99%
R=44.03%
G=2.99%
B=52.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal594710.170.9400.72289.2589.3314.71
Hex3B447115E04812159f
Octal73410721136011044113117
Binary11101110010001111000110111100100100010010000110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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