#3B104F

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

Shades of Blackcurrant #3B104F

Tints of Blackcurrant #3B104F

Color information

#3B104F (or 0x3B104F) is unknown color: approx Blackcurrant. HEX triplet: 3B, 10 and 4F. RGB value is (59,16,79). Sum of RGB (Red+Green+Blue) = 59+16+79=154 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.31% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 79 (31.25% from 255 or 51.30% from 154); Max value from RGB is 79 - color contains mainly: blue. Hex color #3B104F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B104F is #C4EFB0. Grayscale: #232323. Windows color (decimal): -12906417 or 5181499. OLE color: 5181499.

HSL color Cylindrical-coordinate representation of color #3B104F: hue angle of 280.95º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B104F is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB591679-
CMYK0.250.8000.69
HSL280.95º66.32%18.63%-
HSV(B)280.95º79.75%30.98%-
XYZ3.41.867.58-
YUV36.04152.25144.38-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.31%
GREEN value IS 16 (6.64% from 255) = 10.39%
BLUE value IS 79 (31.25% from 255) = 51.30%
R=38.31%
G=10.39%
B=51.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5916790.250.8000.69280.9566.3218.63
Hex3B104F19500451194213
Octal732011731120010543110223
Binary11101110000100111111001101000001000101100011001100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B104F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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