#3B0D56

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

Shades of Blackcurrant #3B0D56

Tints of Blackcurrant #3B0D56

Color information

#3B0D56 (or 0x3B0D56) is unknown color: approx Blackcurrant. HEX triplet: 3B, 0D and 56. RGB value is (59,13,86). Sum of RGB (Red+Green+Blue) = 59+13+86=158 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.34% from 158); Green value is 13 (5.47% from 255 or 8.23% from 158); Blue value is 86 (33.98% from 255 or 54.43% from 158); Max value from RGB is 86 - color contains mainly: blue. Hex color #3B0D56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0D56 is #C4F2A9. Grayscale: #222222. Windows color (decimal): -12907178 or 5639483. OLE color: 5639483.

HSL color Cylindrical-coordinate representation of color #3B0D56: hue angle of 277.81º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B0D56 is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB591386-
CMYK0.310.8500.66
HSL277.81º73.74%19.41%-
HSV(B)277.81º84.88%33.73%-
XYZ3.631.898.98-
YUV35.08156.74145.06-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 37.34%
GREEN value IS 13 (5.47% from 255) = 8.23%
BLUE value IS 86 (33.98% from 255) = 54.43%
R=37.34%
G=8.23%
B=54.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5913860.310.8500.66277.8173.7419.41
Hex3BD561F550421164a13
Octal731512637125010242611223
Binary1110111101101011011111101010101000010100010110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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