#361840

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

Shades of Blackcurrant #361840

Tints of Blackcurrant #361840

Color information

#361840 (or 0x361840) is unknown color: approx Blackcurrant. HEX triplet: 36, 18 and 40. RGB value is (54,24,64). Sum of RGB (Red+Green+Blue) = 54+24+64=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 64 - color contains mainly: blue. Hex color #361840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361840 is #C9E7BF. Grayscale: #252525. Windows color (decimal): -13232064 or 4200502. OLE color: 4200502.

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

Color convert

RGB542464-
CMYK0.160.6200.75
HSL285º45.45%17.25%-
HSV(B)285º62.5%25.1%-
XYZ2.771.815.05-
YUV37.53142.94139.75-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.03%
GREEN value IS 24 (9.77% from 255) = 16.90%
BLUE value IS 64 (25.39% from 255) = 45.07%
R=38.03%
G=16.90%
B=45.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5424640.160.6200.7528545.4517.25
Hex361840103E04B11d2d11
Octal6630100207601134355521
Binary110110110001000000100001111100100101110001110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361840; }

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

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

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

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

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

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

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

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