#3B0D50

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

Shades of Blackcurrant #3B0D50

Tints of Blackcurrant #3B0D50

Color information

#3B0D50 (or 0x3B0D50) is unknown color: approx Blackcurrant. HEX triplet: 3B, 0D and 50. RGB value is (59,13,80). Sum of RGB (Red+Green+Blue) = 59+13+80=152 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.82% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 80 (31.64% from 255 or 52.63% from 152); Max value from RGB is 80 - color contains mainly: blue. Hex color #3B0D50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0D50 is #C4F2AF. Grayscale: #222222. Windows color (decimal): -12907184 or 5246267. OLE color: 5246267.

HSL color Cylindrical-coordinate representation of color #3B0D50: hue angle of 281.19º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3B0D50 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB591380-
CMYK0.260.8400.69
HSL281.19º72.04%18.24%-
HSV(B)281.19º83.75%31.37%-
XYZ3.41.87.76-
YUV34.39153.74145.55-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.82%
GREEN value IS 13 (5.47% from 255) = 8.55%
BLUE value IS 80 (31.64% from 255) = 52.63%
R=38.82%
G=8.55%
B=52.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5913800.260.8400.69281.1972.0418.24
Hex3BD501A540451194812
Octal731512032124010543111022
Binary1110111101101000011010101010001000101100011001100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,13,80); }

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

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

 a { background-color: rgb(59,13,80); }

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

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

 span { border-color: rgb(59,13,80); }

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