#362140

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

Shades of Blackcurrant #362140

Tints of Blackcurrant #362140

Color information

#362140 (or 0x362140) is unknown color: approx Blackcurrant. HEX triplet: 36, 21 and 40. RGB value is (54,33,64). Sum of RGB (Red+Green+Blue) = 54+33+64=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 64 - color contains mainly: blue. Hex color #362140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362140 is #C9DEBF. Grayscale: #2A2A2A. Windows color (decimal): -13229760 or 4202806. OLE color: 4202806.

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

Color convert

RGB543364-
CMYK0.160.4800.75
HSL280.65º31.96%19.02%-
HSV(B)280.65º48.44%25.1%-
XYZ2.992.245.13-
YUV42.81139.96135.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.76%
GREEN value IS 33 (13.28% from 255) = 21.85%
BLUE value IS 64 (25.39% from 255) = 42.38%
R=35.76%
G=21.85%
B=42.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5433640.160.4800.75280.6531.9619.02
Hex362140103004B1192013
Octal6641100206001134314023
Binary1101101000011000000100001100000100101110001100110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362140; }

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

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

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

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

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

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

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

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