#361541

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

Shades of Blackcurrant #361541

Tints of Blackcurrant #361541

Color information

#361541 (or 0x361541) is unknown color: approx Blackcurrant. HEX triplet: 36, 15 and 41. RGB value is (54,21,65). Sum of RGB (Red+Green+Blue) = 54+21+65=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 65 (25.78% from 255 or 46.43% from 140); Max value from RGB is 65 - color contains mainly: blue. Hex color #361541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361541 is #C9EABE. Grayscale: #232323. Windows color (decimal): -13232831 or 4265270. OLE color: 4265270.

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

Color convert

RGB542165-
CMYK0.170.6800.75
HSL285º51.16%16.86%-
HSV(B)285º67.69%25.49%-
XYZ2.741.75.18-
YUV35.88144.43140.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.57%
GREEN value IS 21 (8.59% from 255) = 15%
BLUE value IS 65 (25.78% from 255) = 46.43%
R=38.57%
G=15%
B=46.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5421650.170.6800.7528551.1616.86
Hex361541114404B11d3311
Octal66251012110401134356321
Binary1101101010110000011000110001000100101110001110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361541; }

 p { color: rgb(54,21,65); }

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

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

 a { background-color: rgb(54,21,65); }

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

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

 span { border-color: rgb(54,21,65); }

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