#360944

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

Shades of Blackcurrant #360944

Tints of Blackcurrant #360944

Color information

#360944 (or 0x360944) is unknown color: approx Blackcurrant. HEX triplet: 36, 09 and 44. RGB value is (54,9,68). Sum of RGB (Red+Green+Blue) = 54+9+68=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 68 (26.95% from 255 or 51.91% from 131); Max value from RGB is 68 - color contains mainly: blue. Hex color #360944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360944 is #C9F6BB. Grayscale: #1C1C1C. Windows color (decimal): -13235900 or 4458806. OLE color: 4458806.

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

Color convert

RGB54968-
CMYK0.210.8700.73
HSL285.76º76.62%15.1%-
HSV(B)285.76º86.76%26.67%-
XYZ2.661.45.6-
YUV29.18149.91145.7-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.22%
GREEN value IS 9 (3.91% from 255) = 6.87%
BLUE value IS 68 (26.95% from 255) = 51.91%
R=41.22%
G=6.87%
B=51.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal549680.210.8700.73285.7676.6215.1
Hex36944155704911e4df
Octal661110425127011143611517
Binary110110100110001001010110101110100100110001111010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360944; }

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

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

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

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

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

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

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

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