#3B0248

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

Shades of Blackcurrant #3B0248

Tints of Blackcurrant #3B0248

Color information

#3B0248 (or 0x3B0248) is unknown color: approx Blackcurrant. HEX triplet: 3B, 02 and 48. RGB value is (59,2,72). Sum of RGB (Red+Green+Blue) = 59+2+72=133 (17% of max value = 765). Red value is 59 (23.44% from 255 or 44.36% from 133); Green value is 2 (1.17% from 255 or 1.50% from 133); Blue value is 72 (28.52% from 255 or 54.14% from 133); Max value from RGB is 72 - color contains mainly: blue. Hex color #3B0248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0248 is #C4FDB7. Grayscale: #1A1A1A. Windows color (decimal): -12910008 or 4719163. OLE color: 4719163.

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

Color convert

RGB59272-
CMYK0.180.9700.72
HSL288.86º94.59%14.51%-
HSV(B)288.86º97.22%28.24%-
XYZ31.446.25-
YUV27.02153.38150.81-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 44.36%
GREEN value IS 2 (1.17% from 255) = 1.50%
BLUE value IS 72 (28.52% from 255) = 54.14%
R=44.36%
G=1.50%
B=54.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal592720.180.9700.72288.8694.5914.51
Hex3B24812610481215ff
Octal73211022141011044113717
Binary1110111010010001001011000010100100010010000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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