#3B1845

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

Shades of Blackcurrant #3B1845

Tints of Blackcurrant #3B1845

Color information

#3B1845 (or 0x3B1845) is unknown color: approx Blackcurrant. HEX triplet: 3B, 18 and 45. RGB value is (59,24,69). Sum of RGB (Red+Green+Blue) = 59+24+69=152 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.82% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 69 (27.34% from 255 or 45.39% from 152); Max value from RGB is 69 - color contains mainly: blue. Hex color #3B1845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1845 is #C4E7BA. Grayscale: #272727. Windows color (decimal): -12904379 or 4528187. OLE color: 4528187.

HSL color Cylindrical-coordinate representation of color #3B1845: hue angle of 286.67º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B1845 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB592469-
CMYK0.140.6500.73
HSL286.67º48.39%18.24%-
HSV(B)286.67º65.22%27.06%-
XYZ3.22.015.85-
YUV39.6144.6141.84-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.82%
GREEN value IS 24 (9.77% from 255) = 15.79%
BLUE value IS 69 (27.34% from 255) = 45.39%
R=38.82%
G=15.79%
B=45.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5924690.140.6500.73286.6748.3918.24
Hex3B1845E4104911f3012
Octal73301051610101114376022
Binary111011110001000101111010000010100100110001111111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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