#3B015A

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

Shades of Blackcurrant #3B015A

Tints of Blackcurrant #3B015A

Color information

#3B015A (or 0x3B015A) is unknown color: approx Blackcurrant. HEX triplet: 3B, 01 and 5A. RGB value is (59,1,90). Sum of RGB (Red+Green+Blue) = 59+1+90=150 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.33% from 150); Green value is 1 (0.78% from 255 or 0.67% from 150); Blue value is 90 (35.55% from 255 or 60% from 150); Max value from RGB is 90 - color contains mainly: blue. Hex color #3B015A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B015A is #C4FEA5. Grayscale: #1C1C1C. Windows color (decimal): -12910246 or 5898555. OLE color: 5898555.

HSL color Cylindrical-coordinate representation of color #3B015A: hue angle of 279.1º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3B015A is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB59190-
CMYK0.340.9900.65
HSL279.1º97.8%17.84%-
HSV(B)279.1º98.89%35.29%-
XYZ3.661.699.81-
YUV28.49162.72149.76-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.33%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 90 (35.55% from 255) = 60%
R=39.33%
G=0.67%
B=60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal591900.340.9900.65279.197.817.84
Hex3B15A22630411176212
Octal73113242143010142714222
Binary11101111011010100010110001101000001100010111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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