#361546

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

Shades of Blackcurrant #361546

Tints of Blackcurrant #361546

Color information

#361546 (or 0x361546) is unknown color: approx Blackcurrant. HEX triplet: 36, 15 and 46. RGB value is (54,21,70). Sum of RGB (Red+Green+Blue) = 54+21+70=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 70 (27.73% from 255 or 48.28% from 145); Max value from RGB is 70 - color contains mainly: blue. Hex color #361546 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361546 is #C9EAB9. Grayscale: #242424. Windows color (decimal): -13232826 or 4592950. OLE color: 4592950.

HSL color Cylindrical-coordinate representation of color #361546: hue angle of 280.41º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #361546 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB542170-
CMYK0.230.7000.73
HSL280.41º53.85%17.84%-
HSV(B)280.41º70%27.45%-
XYZ2.891.765.98-
YUV36.45146.93140.52-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.24%
GREEN value IS 21 (8.59% from 255) = 14.48%
BLUE value IS 70 (27.73% from 255) = 48.28%
R=37.24%
G=14.48%
B=48.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5421700.230.7000.73280.4153.8517.84
Hex36154617460491183612
Octal66251062710601114306622
Binary1101101010110001101011110001100100100110001100011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361546; }

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

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

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

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

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

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

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

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