#361249

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

Shades of Blackcurrant #361249

Tints of Blackcurrant #361249

Color information

#361249 (or 0x361249) is unknown color: approx Blackcurrant. HEX triplet: 36, 12 and 49. RGB value is (54,18,73). Sum of RGB (Red+Green+Blue) = 54+18+73=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 73 (28.91% from 255 or 50.34% from 145); Max value from RGB is 73 - color contains mainly: blue. Hex color #361249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361249 is #C9EDB6. Grayscale: #222222. Windows color (decimal): -13233591 or 4788790. OLE color: 4788790.

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

Color convert

RGB541873-
CMYK0.260.7500.71
HSL279.27º60.44%17.84%-
HSV(B)279.27º75.34%28.63%-
XYZ2.941.76.48-
YUV35.03149.43141.53-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.24%
GREEN value IS 18 (7.42% from 255) = 12.41%
BLUE value IS 73 (28.91% from 255) = 50.34%
R=37.24%
G=12.41%
B=50.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5418730.260.7500.71279.2760.4417.84
Hex3612491A4B0471173c12
Octal66221113211301074277422
Binary1101101001010010011101010010110100011110001011111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361249; }

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

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

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

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

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

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

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

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