#360444

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

Shades of Blackcurrant #360444

Tints of Blackcurrant #360444

Color information

#360444 (or 0x360444) is unknown color: approx Blackcurrant. HEX triplet: 36, 04 and 44. RGB value is (54,4,68). Sum of RGB (Red+Green+Blue) = 54+4+68=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 4 (1.95% from 255 or 3.17% from 126); Blue value is 68 (26.95% from 255 or 53.97% from 126); Max value from RGB is 68 - color contains mainly: blue. Hex color #360444 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360444 is #C9FBBB. Grayscale: #1A1A1A. Windows color (decimal): -13237180 or 4457526. OLE color: 4457526.

HSL color Cylindrical-coordinate representation of color #360444: hue angle of 286.88º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #360444 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB54468-
CMYK0.210.9400.73
HSL286.88º88.89%14.12%-
HSV(B)286.88º94.12%26.67%-
XYZ2.611.295.58-
YUV26.25151.56147.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.86%
GREEN value IS 4 (1.95% from 255) = 3.17%
BLUE value IS 68 (26.95% from 255) = 53.97%
R=42.86%
G=3.17%
B=53.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal544680.210.9400.73286.8888.8914.12
Hex36444155E04911f59e
Octal66410425136011143713116
Binary11011010010001001010110111100100100110001111110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360444; }

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

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

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

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

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

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

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

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