#361447

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

Shades of Blackcurrant #361447

Tints of Blackcurrant #361447

Color information

#361447 (or 0x361447) is unknown color: approx Blackcurrant. HEX triplet: 36, 14 and 47. RGB value is (54,20,71). Sum of RGB (Red+Green+Blue) = 54+20+71=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 71 (28.12% from 255 or 48.97% from 145); Max value from RGB is 71 - color contains mainly: blue. Hex color #361447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361447 is #C9EBB8. Grayscale: #232323. Windows color (decimal): -13233081 or 4658230. OLE color: 4658230.

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

Color convert

RGB542071-
CMYK0.240.7200.72
HSL280º56.04%17.84%-
HSV(B)280º71.83%27.84%-
XYZ2.911.746.14-
YUV35.98147.76140.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.24%
GREEN value IS 20 (8.20% from 255) = 13.79%
BLUE value IS 71 (28.12% from 255) = 48.97%
R=37.24%
G=13.79%
B=48.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5420710.240.7200.7228056.0417.84
Hex36144718480481183812
Octal66241073011001104307022
Binary1101101010010001111100010010000100100010001100011100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361447; }

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

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

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

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

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

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

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

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