#360553

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

Shades of Blackcurrant #360553

Tints of Blackcurrant #360553

Color information

#360553 (or 0x360553) is unknown color: approx Blackcurrant. HEX triplet: 36, 05 and 53. RGB value is (54,5,83). Sum of RGB (Red+Green+Blue) = 54+5+83=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 83 (32.81% from 255 or 58.45% from 142); Max value from RGB is 83 - color contains mainly: blue. Hex color #360553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360553 is #C9FAAC. Grayscale: #1C1C1C. Windows color (decimal): -13236909 or 5440822. OLE color: 5440822.

HSL color Cylindrical-coordinate representation of color #360553: hue angle of 277.69º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360553 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB54583-
CMYK0.350.9400.67
HSL277.69º88.64%17.25%-
HSV(B)277.69º93.98%32.55%-
XYZ3.141.528.31-
YUV28.54158.73146.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.03%
GREEN value IS 5 (2.34% from 255) = 3.52%
BLUE value IS 83 (32.81% from 255) = 58.45%
R=38.03%
G=3.52%
B=58.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal545830.350.9400.67277.6988.6417.25
Hex36553235E0431165911
Octal66512343136010342613121
Binary1101101011010011100011101111001000011100010110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360553; }

 p { color: rgb(54,5,83); }

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

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

 a { background-color: rgb(54,5,83); }

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

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

 span { border-color: rgb(54,5,83); }

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