#362240

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

Shades of Blackcurrant #362240

Tints of Blackcurrant #362240

Color information

#362240 (or 0x362240) is unknown color: approx Blackcurrant. HEX triplet: 36, 22 and 40. RGB value is (54,34,64). Sum of RGB (Red+Green+Blue) = 54+34+64=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 64 - color contains mainly: blue. Hex color #362240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362240 is #C9DDBF. Grayscale: #2B2B2B. Windows color (decimal): -13229504 or 4203062. OLE color: 4203062.

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

Color convert

RGB543464-
CMYK0.160.4700.75
HSL280º30.61%19.22%-
HSV(B)280º46.88%25.1%-
XYZ3.022.35.14-
YUV43.4139.63135.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.53%
GREEN value IS 34 (13.67% from 255) = 22.37%
BLUE value IS 64 (25.39% from 255) = 42.11%
R=35.53%
G=22.37%
B=42.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5434640.160.4700.7528030.6119.22
Hex362240102F04B1181f13
Octal6642100205701134303723
Binary110110100010100000010000101111010010111000110001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362240; }

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

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

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

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

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

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

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

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