#360949

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

Shades of Blackcurrant #360949

Tints of Blackcurrant #360949

Color information

#360949 (or 0x360949) is unknown color: approx Blackcurrant. HEX triplet: 36, 09 and 49. RGB value is (54,9,73). Sum of RGB (Red+Green+Blue) = 54+9+73=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 73 (28.91% from 255 or 53.68% from 136); Max value from RGB is 73 - color contains mainly: blue. Hex color #360949 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360949 is #C9F6B6. Grayscale: #1D1D1D. Windows color (decimal): -13235895 or 4786486. OLE color: 4786486.

HSL color Cylindrical-coordinate representation of color #360949: hue angle of 282.19º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #360949 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB54973-
CMYK0.260.8800.71
HSL282.19º78.05%16.08%-
HSV(B)282.19º87.67%28.63%-
XYZ2.821.466.44-
YUV29.75152.41145.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.71%
GREEN value IS 9 (3.91% from 255) = 6.62%
BLUE value IS 73 (28.91% from 255) = 53.68%
R=39.71%
G=6.62%
B=53.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal549730.260.8800.71282.1978.0516.08
Hex369491A5804711a4e10
Octal661111132130010743211620
Binary1101101001100100111010101100001000111100011010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360949; }

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

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

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

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

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

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

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

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