#360349

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

Shades of Blackcurrant #360349

Tints of Blackcurrant #360349

Color information

#360349 (or 0x360349) is unknown color: approx Blackcurrant. HEX triplet: 36, 03 and 49. RGB value is (54,3,73). Sum of RGB (Red+Green+Blue) = 54+3+73=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 73 (28.91% from 255 or 56.15% from 130); Max value from RGB is 73 - color contains mainly: blue. Hex color #360349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360349 is #C9FCB6. Grayscale: #1A1A1A. Windows color (decimal): -13237431 or 4784950. OLE color: 4784950.

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

Color convert

RGB54373-
CMYK0.260.9600.71
HSL283.71º92.11%14.9%-
HSV(B)283.71º95.89%28.63%-
XYZ2.761.336.41-
YUV26.23154.4147.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.54%
GREEN value IS 3 (1.56% from 255) = 2.31%
BLUE value IS 73 (28.91% from 255) = 56.15%
R=41.54%
G=2.31%
B=56.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal543730.260.9600.71283.7192.1114.9
Hex363491A6004711c5cf
Octal66311132140010743413417
Binary1101101110010011101011000000100011110001110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360349; }

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

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

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

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

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

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

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

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