#3B0148

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

Shades of Blackcurrant #3B0148

Tints of Blackcurrant #3B0148

Color information

#3B0148 (or 0x3B0148) is unknown color: approx Blackcurrant. HEX triplet: 3B, 01 and 48. RGB value is (59,1,72). Sum of RGB (Red+Green+Blue) = 59+1+72=132 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.70% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 72 (28.52% from 255 or 54.55% from 132); Max value from RGB is 72 - color contains mainly: blue. Hex color #3B0148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0148 is #C4FEB7. Grayscale: #1A1A1A. Windows color (decimal): -12910264 or 4718907. OLE color: 4718907.

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

Color convert

RGB59172-
CMYK0.180.9900.72
HSL289.01º97.26%14.31%-
HSV(B)289.01º98.61%28.24%-
XYZ2.981.426.25-
YUV26.44153.72151.23-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 44.70%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 72 (28.52% from 255) = 54.55%
R=44.70%
G=0.76%
B=54.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal591720.180.9900.72289.0197.2614.31
Hex3B148126304812161e
Octal73111022143011044114116
Binary111011110010001001011000110100100010010000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,1,72); }

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

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

 a { background-color: rgb(59,1,72); }

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

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

 span { border-color: rgb(59,1,72); }

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