#361543

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

Shades of Blackcurrant #361543

Tints of Blackcurrant #361543

Color information

#361543 (or 0x361543) is unknown color: approx Blackcurrant. HEX triplet: 36, 15 and 43. RGB value is (54,21,67). Sum of RGB (Red+Green+Blue) = 54+21+67=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 67 (26.56% from 255 or 47.18% from 142); Max value from RGB is 67 - color contains mainly: blue. Hex color #361543 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361543 is #C9EABC. Grayscale: #232323. Windows color (decimal): -13232829 or 4396342. OLE color: 4396342.

HSL color Cylindrical-coordinate representation of color #361543: hue angle of 283.04º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #361543 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB542167-
CMYK0.190.6900.74
HSL283.04º52.27%17.25%-
HSV(B)283.04º68.66%26.27%-
XYZ2.81.735.5-
YUV36.11145.43140.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.03%
GREEN value IS 21 (8.59% from 255) = 14.79%
BLUE value IS 67 (26.56% from 255) = 47.18%
R=38.03%
G=14.79%
B=47.18%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5421670.190.6900.74283.0452.2717.25
Hex361543134504A11b3411
Octal66251032310501124336421
Binary1101101010110000111001110001010100101010001101111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361543; }

 p { color: rgb(54,21,67); }

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

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

 a { background-color: rgb(54,21,67); }

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

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

 span { border-color: rgb(54,21,67); }

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