#3B0E50

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

Shades of Blackcurrant #3B0E50

Tints of Blackcurrant #3B0E50

Color information

#3B0E50 (or 0x3B0E50) is unknown color: approx Blackcurrant. HEX triplet: 3B, 0E and 50. RGB value is (59,14,80). Sum of RGB (Red+Green+Blue) = 59+14+80=153 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.56% from 153); Green value is 14 (5.86% from 255 or 9.15% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #3B0E50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0E50 is #C4F1AF. Grayscale: #222222. Windows color (decimal): -12906928 or 5246523. OLE color: 5246523.

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

Color convert

RGB591480-
CMYK0.260.8300.69
HSL280.91º70.21%18.43%-
HSV(B)280.91º82.5%31.37%-
XYZ3.411.827.76-
YUV34.98153.41145.13-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.56%
GREEN value IS 14 (5.86% from 255) = 9.15%
BLUE value IS 80 (31.64% from 255) = 52.29%
R=38.56%
G=9.15%
B=52.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5914800.260.8300.69280.9170.2118.43
Hex3BE501A530451194612
Octal731612032123010543110622
Binary1110111110101000011010101001101000101100011001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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