#360940

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

Shades of Blackcurrant #360940

Tints of Blackcurrant #360940

Color information

#360940 (or 0x360940) is unknown color: approx Blackcurrant. HEX triplet: 36, 09 and 40. RGB value is (54,9,64). Sum of RGB (Red+Green+Blue) = 54+9+64=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #360940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360940 is #C9F6BF. Grayscale: #1C1C1C. Windows color (decimal): -13235904 or 4196662. OLE color: 4196662.

HSL color Cylindrical-coordinate representation of color #360940: hue angle of 289.09º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #360940 is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB54964-
CMYK0.160.8600.75
HSL289.09º75.34%14.31%-
HSV(B)289.09º85.94%25.1%-
XYZ2.541.354.98-
YUV28.72147.91146.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.52%
GREEN value IS 9 (3.91% from 255) = 7.09%
BLUE value IS 64 (25.39% from 255) = 50.39%
R=42.52%
G=7.09%
B=50.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal549640.160.8600.75289.0975.3414.31
Hex36940105604B1214be
Octal661110020126011344111316
Binary110110100110000001000010101100100101110010000110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360940; }

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

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

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

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

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

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

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

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