#361147

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

Shades of Blackcurrant #361147

Tints of Blackcurrant #361147

Color information

#361147 (or 0x361147) is unknown color: approx Blackcurrant. HEX triplet: 36, 11 and 47. RGB value is (54,17,71). Sum of RGB (Red+Green+Blue) = 54+17+71=142 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.03% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 71 (28.12% from 255 or 50% from 142); Max value from RGB is 71 - color contains mainly: blue. Hex color #361147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361147 is #C9EEB8. Grayscale: #222222. Windows color (decimal): -13233849 or 4657462. OLE color: 4657462.

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

Color convert

RGB541771-
CMYK0.240.7600.72
HSL281.11º61.36%17.25%-
HSV(B)281.11º76.06%27.84%-
XYZ2.861.646.13-
YUV34.22148.76142.11-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.03%
GREEN value IS 17 (7.03% from 255) = 11.97%
BLUE value IS 71 (28.12% from 255) = 50%
R=38.03%
G=11.97%
B=50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5417710.240.7600.72281.1161.3617.25
Hex361147184C0481193d11
Octal66211073011401104317521
Binary1101101000110001111100010011000100100010001100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361147; }

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

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

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

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

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

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

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

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