#360147

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

Shades of Blackcurrant #360147

Tints of Blackcurrant #360147

Color information

#360147 (or 0x360147) is unknown color: approx Blackcurrant. HEX triplet: 36, 01 and 47. RGB value is (54,1,71). Sum of RGB (Red+Green+Blue) = 54+1+71=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 71 (28.12% from 255 or 56.35% from 126); Max value from RGB is 71 - color contains mainly: blue. Hex color #360147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360147 is #C9FEB8. Grayscale: #181818. Windows color (decimal): -13237945 or 4653366. OLE color: 4653366.

HSL color Cylindrical-coordinate representation of color #360147: hue angle of 285.43º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #360147 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB54171-
CMYK0.240.9900.72
HSL285.43º97.22%14.12%-
HSV(B)285.43º98.59%27.84%-
XYZ2.671.266.06-
YUV24.83154.06148.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.86%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 71 (28.12% from 255) = 56.35%
R=42.86%
G=0.79%
B=56.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal541710.240.9900.72285.4397.2214.12
Hex36147186304811d61e
Octal66110730143011043514116
Binary110110110001111100011000110100100010001110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360147; }

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

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

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

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

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

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

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

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