#361150

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

Shades of Blackcurrant #361150

Tints of Blackcurrant #361150

Color information

#361150 (or 0x361150) is unknown color: approx Blackcurrant. HEX triplet: 36, 11 and 50. RGB value is (54,17,80). Sum of RGB (Red+Green+Blue) = 54+17+80=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 17 (7.03% from 255 or 11.26% from 151); Blue value is 80 (31.64% from 255 or 52.98% from 151); Max value from RGB is 80 - color contains mainly: blue. Hex color #361150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361150 is #C9EEAF. Grayscale: #232323. Windows color (decimal): -13233840 or 5247286. OLE color: 5247286.

HSL color Cylindrical-coordinate representation of color #361150: hue angle of 275.24º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #361150 is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB541780-
CMYK0.330.7900.69
HSL275.24º64.95%19.02%-
HSV(B)275.24º78.75%31.37%-
XYZ3.171.767.76-
YUV35.25153.26141.38-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.76%
GREEN value IS 17 (7.03% from 255) = 11.26%
BLUE value IS 80 (31.64% from 255) = 52.98%
R=35.76%
G=11.26%
B=52.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5417800.330.7900.69275.2464.9519.02
Hex361150214F0451134113
Octal662112041117010542310123
Binary110110100011010000100001100111101000101100010011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361150; }

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

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

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

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

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

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

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

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