#361940

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

Shades of Blackcurrant #361940

Tints of Blackcurrant #361940

Color information

#361940 (or 0x361940) is unknown color: approx Blackcurrant. HEX triplet: 36, 19 and 40. RGB value is (54,25,64). Sum of RGB (Red+Green+Blue) = 54+25+64=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 64 - color contains mainly: blue. Hex color #361940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361940 is #C9E6BF. Grayscale: #252525. Windows color (decimal): -13231808 or 4200758. OLE color: 4200758.

HSL color Cylindrical-coordinate representation of color #361940: hue angle of 284.62º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #361940 is Cyan = 0.16, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB542564-
CMYK0.160.6100.75
HSL284.62º43.82%17.45%-
HSV(B)284.62º60.94%25.1%-
XYZ2.791.855.06-
YUV38.12142.61139.33-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.76%
GREEN value IS 25 (10.16% from 255) = 17.48%
BLUE value IS 64 (25.39% from 255) = 44.76%
R=37.76%
G=17.48%
B=44.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5425640.160.6100.75284.6243.8217.45
Hex361940103D04B11d2c11
Octal6631100207501134355421
Binary110110110011000000100001111010100101110001110110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361940; }

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

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

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

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

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

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

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

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