#361449

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

Shades of Blackcurrant #361449

Tints of Blackcurrant #361449

Color information

#361449 (or 0x361449) is unknown color: approx Blackcurrant. HEX triplet: 36, 14 and 49. RGB value is (54,20,73). Sum of RGB (Red+Green+Blue) = 54+20+73=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 73 (28.91% from 255 or 49.66% from 147); Max value from RGB is 73 - color contains mainly: blue. Hex color #361449 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361449 is #C9EBB6. Grayscale: #242424. Windows color (decimal): -13233079 or 4789302. OLE color: 4789302.

HSL color Cylindrical-coordinate representation of color #361449: hue angle of 278.49º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #361449 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB542073-
CMYK0.260.7300.71
HSL278.49º56.99%18.24%-
HSV(B)278.49º72.6%28.63%-
XYZ2.971.776.49-
YUV36.21148.76140.69-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.73%
GREEN value IS 20 (8.20% from 255) = 13.61%
BLUE value IS 73 (28.91% from 255) = 49.66%
R=36.73%
G=13.61%
B=49.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5420730.260.7300.71278.4956.9918.24
Hex3614491A490471163912
Octal66241113211101074267122
Binary1101101010010010011101010010010100011110001011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361449; }

 p { color: rgb(54,20,73); }

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

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

 a { background-color: rgb(54,20,73); }

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

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

 span { border-color: rgb(54,20,73); }

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