#361649

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

Shades of Blackcurrant #361649

Tints of Blackcurrant #361649

Color information

#361649 (or 0x361649) is unknown color: approx Blackcurrant. HEX triplet: 36, 16 and 49. RGB value is (54,22,73). Sum of RGB (Red+Green+Blue) = 54+22+73=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 73 (28.91% from 255 or 48.99% from 149); Max value from RGB is 73 - color contains mainly: blue. Hex color #361649 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361649 is #C9E9B6. Grayscale: #252525. Windows color (decimal): -13232567 or 4789814. OLE color: 4789814.

HSL color Cylindrical-coordinate representation of color #361649: hue angle of 277.65º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #361649 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB542273-
CMYK0.260.7000.71
HSL277.65º53.68%18.63%-
HSV(B)277.65º69.86%28.63%-
XYZ3.011.846.5-
YUV37.38148.1139.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.24%
GREEN value IS 22 (8.98% from 255) = 14.77%
BLUE value IS 73 (28.91% from 255) = 48.99%
R=36.24%
G=14.77%
B=48.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5422730.260.7000.71277.6553.6818.63
Hex3616491A460471163613
Octal66261113210601074266623
Binary1101101011010010011101010001100100011110001011011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361649; }

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

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

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

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

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

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

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

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