#361944

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

Shades of Blackcurrant #361944

Tints of Blackcurrant #361944

Color information

#361944 (or 0x361944) is unknown color: approx Blackcurrant. HEX triplet: 36, 19 and 44. RGB value is (54,25,68). Sum of RGB (Red+Green+Blue) = 54+25+68=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 68 (26.95% from 255 or 46.26% from 147); Max value from RGB is 68 - color contains mainly: blue. Hex color #361944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361944 is #C9E6BB. Grayscale: #262626. Windows color (decimal): -13231804 or 4462902. OLE color: 4462902.

HSL color Cylindrical-coordinate representation of color #361944: hue angle of 280.47º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #361944 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB542568-
CMYK0.210.6300.73
HSL280.47º46.24%18.24%-
HSV(B)280.47º63.24%26.67%-
XYZ2.911.95.68-
YUV38.57144.61139-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.73%
GREEN value IS 25 (10.16% from 255) = 17.01%
BLUE value IS 68 (26.95% from 255) = 46.26%
R=36.73%
G=17.01%
B=46.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5425680.210.6300.73280.4746.2418.24
Hex361944153F0491182e12
Octal6631104257701114305622
Binary110110110011000100101011111110100100110001100010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361944; }

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

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

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

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

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

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

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

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