#3B184D

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

Shades of Blackcurrant #3B184D

Tints of Blackcurrant #3B184D

Color information

#3B184D (or 0x3B184D) is unknown color: approx Blackcurrant. HEX triplet: 3B, 18 and 4D. RGB value is (59,24,77). Sum of RGB (Red+Green+Blue) = 59+24+77=160 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.88% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 77 (30.47% from 255 or 48.12% from 160); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B184D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B184D is #C4E7B2. Grayscale: #282828. Windows color (decimal): -12904371 or 5052475. OLE color: 5052475.

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

Color convert

RGB592477-
CMYK0.230.6900.70
HSL279.62º52.48%19.8%-
HSV(B)279.62º68.83%30.2%-
XYZ3.472.127.25-
YUV40.51148.6141.19-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 36.88%
GREEN value IS 24 (9.77% from 255) = 15%
BLUE value IS 77 (30.47% from 255) = 48.12%
R=36.88%
G=15%
B=48.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5924770.230.6900.70279.6252.4819.8
Hex3B184D17450461183414
Octal73301152710501064306424
Binary1110111100010011011011110001010100011010001100011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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