#360956

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

Shades of Blackcurrant #360956

Tints of Blackcurrant #360956

Color information

#360956 (or 0x360956) is unknown color: approx Blackcurrant. HEX triplet: 36, 09 and 56. RGB value is (54,9,86). Sum of RGB (Red+Green+Blue) = 54+9+86=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 86 (33.98% from 255 or 57.72% from 149); Max value from RGB is 86 - color contains mainly: blue. Hex color #360956 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360956 is #C9F6A9. Grayscale: #1E1E1E. Windows color (decimal): -13235882 or 5638454. OLE color: 5638454.

HSL color Cylindrical-coordinate representation of color #360956: hue angle of 275.06º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #360956 is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB54986-
CMYK0.370.9000.66
HSL275.06º81.05%18.63%-
HSV(B)275.06º89.53%33.73%-
XYZ3.31.658.95-
YUV31.23158.91144.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.24%
GREEN value IS 9 (3.91% from 255) = 6.04%
BLUE value IS 86 (33.98% from 255) = 57.72%
R=36.24%
G=6.04%
B=57.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal549860.370.9000.66275.0681.0518.63
Hex36956255A0421135113
Octal661112645132010242312123
Binary11011010011010110100101101101001000010100010011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360956; }

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

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

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

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

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

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

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

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