#361740

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

Shades of Blackcurrant #361740

Tints of Blackcurrant #361740

Color information

#361740 (or 0x361740) is unknown color: approx Blackcurrant. HEX triplet: 36, 17 and 40. RGB value is (54,23,64). Sum of RGB (Red+Green+Blue) = 54+23+64=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 64 (25.39% from 255 or 45.39% from 141); Max value from RGB is 64 - color contains mainly: blue. Hex color #361740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361740 is #C9E8BF. Grayscale: #242424. Windows color (decimal): -13232320 or 4200246. OLE color: 4200246.

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

Color convert

RGB542364-
CMYK0.160.6400.75
HSL285.37º47.13%17.06%-
HSV(B)285.37º64.06%25.1%-
XYZ2.751.775.05-
YUV36.94143.27140.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.30%
GREEN value IS 23 (9.38% from 255) = 16.31%
BLUE value IS 64 (25.39% from 255) = 45.39%
R=38.30%
G=16.31%
B=45.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5423640.160.6400.75285.3747.1317.06
Hex361740104004B11d2f11
Octal66271002010001134355721
Binary1101101011110000001000010000000100101110001110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361740; }

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

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

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

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

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

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

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

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