#360247

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

Shades of Blackcurrant #360247

Tints of Blackcurrant #360247

Color information

#360247 (or 0x360247) is unknown color: approx Blackcurrant. HEX triplet: 36, 02 and 47. RGB value is (54,2,71). Sum of RGB (Red+Green+Blue) = 54+2+71=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 71 (28.12% from 255 or 55.91% from 127); Max value from RGB is 71 - color contains mainly: blue. Hex color #360247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360247 is #C9FDB8. Grayscale: #191919. Windows color (decimal): -13237689 or 4653622. OLE color: 4653622.

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

Color convert

RGB54271-
CMYK0.240.9700.72
HSL285.22º94.52%14.31%-
HSV(B)285.22º97.18%27.84%-
XYZ2.681.286.07-
YUV25.41153.73148.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.52%
GREEN value IS 2 (1.17% from 255) = 1.57%
BLUE value IS 71 (28.12% from 255) = 55.91%
R=42.52%
G=1.57%
B=55.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal542710.240.9700.72285.2294.5214.31
Hex36247186104811d5fe
Octal66210730141011043513716
Binary1101101010001111100011000010100100010001110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360247; }

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

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

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

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

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

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

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

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