#3B0358

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

Shades of Blackcurrant #3B0358

Tints of Blackcurrant #3B0358

Color information

#3B0358 (or 0x3B0358) is unknown color: approx Blackcurrant. HEX triplet: 3B, 03 and 58. RGB value is (59,3,88). Sum of RGB (Red+Green+Blue) = 59+3+88=150 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.33% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 88 (34.77% from 255 or 58.67% from 150); Max value from RGB is 88 - color contains mainly: blue. Hex color #3B0358 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0358 is #C4FCA7. Grayscale: #1D1D1D. Windows color (decimal): -12909736 or 5767995. OLE color: 5767995.

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

Color convert

RGB59388-
CMYK0.330.9700.65
HSL279.53º93.41%17.84%-
HSV(B)279.53º96.59%34.51%-
XYZ3.61.79.37-
YUV29.43161.05149.09-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 39.33%
GREEN value IS 3 (1.56% from 255) = 2%
BLUE value IS 88 (34.77% from 255) = 58.67%
R=39.33%
G=2%
B=58.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal593880.330.9700.65279.5393.4117.84
Hex3B35821610411185d12
Octal73313041141010143013522
Binary111011111011000100001110000101000001100011000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,3,88); }

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

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

 a { background-color: rgb(59,3,88); }

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

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

 span { border-color: rgb(59,3,88); }

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