#362040

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

Shades of Blackcurrant #362040

Tints of Blackcurrant #362040

Color information

#362040 (or 0x362040) is unknown color: approx Blackcurrant. HEX triplet: 36, 20 and 40. RGB value is (54,32,64). Sum of RGB (Red+Green+Blue) = 54+32+64=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 64 - color contains mainly: blue. Hex color #362040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362040 is #C9DFBF. Grayscale: #2A2A2A. Windows color (decimal): -13230016 or 4202550. OLE color: 4202550.

HSL color Cylindrical-coordinate representation of color #362040: hue angle of 281.25º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #362040 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB543264-
CMYK0.160.5000.75
HSL281.25º33.33%18.82%-
HSV(B)281.25º50%25.1%-
XYZ2.962.195.12-
YUV42.23140.29136.4-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36%
GREEN value IS 32 (12.89% from 255) = 21.33%
BLUE value IS 64 (25.39% from 255) = 42.67%
R=36%
G=21.33%
B=42.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5432640.160.5000.75281.2533.3318.82
Hex362040103204B1192113
Octal6640100206201134314123
Binary1101101000001000000100001100100100101110001100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362040; }

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

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

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

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

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

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

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

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