#361946

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

Shades of Blackcurrant #361946

Tints of Blackcurrant #361946

Color information

#361946 (or 0x361946) is unknown color: approx Blackcurrant. HEX triplet: 36, 19 and 46. RGB value is (54,25,70). Sum of RGB (Red+Green+Blue) = 54+25+70=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 70 (27.73% from 255 or 46.98% from 149); Max value from RGB is 70 - color contains mainly: blue. Hex color #361946 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361946 is #C9E6B9. Grayscale: #262626. Windows color (decimal): -13231802 or 4593974. OLE color: 4593974.

HSL color Cylindrical-coordinate representation of color #361946: hue angle of 278.67º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #361946 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB542570-
CMYK0.230.6400.73
HSL278.67º47.37%18.63%-
HSV(B)278.67º64.29%27.45%-
XYZ2.971.926.01-
YUV38.8145.61138.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.24%
GREEN value IS 25 (10.16% from 255) = 16.78%
BLUE value IS 70 (27.73% from 255) = 46.98%
R=36.24%
G=16.78%
B=46.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5425700.230.6400.73278.6747.3718.63
Hex36194617400491172f13
Octal66311062710001114275723
Binary1101101100110001101011110000000100100110001011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361946; }

 p { color: rgb(54,25,70); }

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

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

 a { background-color: rgb(54,25,70); }

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

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

 span { border-color: rgb(54,25,70); }

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