#360747

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

Shades of Blackcurrant #360747

Tints of Blackcurrant #360747

Color information

#360747 (or 0x360747) is unknown color: approx Blackcurrant. HEX triplet: 36, 07 and 47. RGB value is (54,7,71). Sum of RGB (Red+Green+Blue) = 54+7+71=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 71 (28.12% from 255 or 53.79% from 132); Max value from RGB is 71 - color contains mainly: blue. Hex color #360747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360747 is #C9F8B8. Grayscale: #1C1C1C. Windows color (decimal): -13236409 or 4654902. OLE color: 4654902.

HSL color Cylindrical-coordinate representation of color #360747: hue angle of 284.06º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #360747 is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB54771-
CMYK0.240.9000.72
HSL284.06º82.05%15.29%-
HSV(B)284.06º90.14%27.84%-
XYZ2.731.396.09-
YUV28.35152.07146.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.91%
GREEN value IS 7 (3.12% from 255) = 5.30%
BLUE value IS 71 (28.12% from 255) = 53.79%
R=40.91%
G=5.30%
B=53.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal547710.240.9000.72284.0682.0515.29
Hex36747185A04811c52f
Octal66710730132011043412217
Binary11011011110001111100010110100100100010001110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360747; }

 p { color: rgb(54,7,71); }

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

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

 a { background-color: rgb(54,7,71); }

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

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

 span { border-color: rgb(54,7,71); }

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