#3B104D

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

Shades of Blackcurrant #3B104D

Tints of Blackcurrant #3B104D

Color information

#3B104D (or 0x3B104D) is unknown color: approx Blackcurrant. HEX triplet: 3B, 10 and 4D. RGB value is (59,16,77). Sum of RGB (Red+Green+Blue) = 59+16+77=152 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.82% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 77 (30.47% from 255 or 50.66% from 152); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B104D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B104D is #C4EFB2. Grayscale: #232323. Windows color (decimal): -12906419 or 5050427. OLE color: 5050427.

HSL color Cylindrical-coordinate representation of color #3B104D: hue angle of 282.3º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3B104D is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB591677-
CMYK0.230.7900.70
HSL282.3º65.59%18.24%-
HSV(B)282.3º79.22%30.2%-
XYZ3.331.847.2-
YUV35.81151.25144.54-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.82%
GREEN value IS 16 (6.64% from 255) = 10.53%
BLUE value IS 77 (30.47% from 255) = 50.66%
R=38.82%
G=10.53%
B=50.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5916770.230.7900.70282.365.5918.24
Hex3B104D174F04611a4212
Octal732011527117010643210222
Binary11101110000100110110111100111101000110100011010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B104D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,16,77); }

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

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

 a { background-color: rgb(59,16,77); }

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

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

 span { border-color: rgb(59,16,77); }

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