#361540

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

Shades of Blackcurrant #361540

Tints of Blackcurrant #361540

Color information

#361540 (or 0x361540) is unknown color: approx Blackcurrant. HEX triplet: 36, 15 and 40. RGB value is (54,21,64). Sum of RGB (Red+Green+Blue) = 54+21+64=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 21 (8.59% from 255 or 15.11% from 139); Blue value is 64 (25.39% from 255 or 46.04% from 139); Max value from RGB is 64 - color contains mainly: blue. Hex color #361540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361540 is #C9EABF. Grayscale: #232323. Windows color (decimal): -13232832 or 4199734. OLE color: 4199734.

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

Color convert

RGB542164-
CMYK0.160.6700.75
HSL286.05º50.59%16.67%-
HSV(B)286.05º67.19%25.1%-
XYZ2.711.695.03-
YUV35.77143.93141-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.85%
GREEN value IS 21 (8.59% from 255) = 15.11%
BLUE value IS 64 (25.39% from 255) = 46.04%
R=38.85%
G=15.11%
B=46.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5421640.160.6700.75286.0550.5916.67
Hex361540104304B11e3311
Octal66251002010301134366321
Binary1101101010110000001000010000110100101110001111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361540; }

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

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

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

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

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

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

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

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