#360454

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

Shades of Blackcurrant #360454

Tints of Blackcurrant #360454

Color information

#360454 (or 0x360454) is unknown color: approx Blackcurrant. HEX triplet: 36, 04 and 54. RGB value is (54,4,84). Sum of RGB (Red+Green+Blue) = 54+4+84=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 84 (33.20% from 255 or 59.15% from 142); Max value from RGB is 84 - color contains mainly: blue. Hex color #360454 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360454 is #C9FBAB. Grayscale: #1B1B1B. Windows color (decimal): -13237164 or 5506102. OLE color: 5506102.

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

Color convert

RGB54484-
CMYK0.360.9500.67
HSL277.5º90.91%17.25%-
HSV(B)277.5º95.24%32.94%-
XYZ3.161.518.51-
YUV28.07159.56146.5-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.03%
GREEN value IS 4 (1.95% from 255) = 2.82%
BLUE value IS 84 (33.20% from 255) = 59.15%
R=38.03%
G=2.82%
B=59.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal544840.360.9500.67277.590.9117.25
Hex36454245F0431165b11
Octal66412444137010342613321
Binary1101101001010100100100101111101000011100010110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360454; }

 p { color: rgb(54,4,84); }

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

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

 a { background-color: rgb(54,4,84); }

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

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

 span { border-color: rgb(54,4,84); }

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