#360E50

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

Shades of Blackcurrant #360E50

Tints of Blackcurrant #360E50

Color information

#360E50 (or 0x360E50) is unknown color: approx Blackcurrant. HEX triplet: 36, 0E and 50. RGB value is (54,14,80). Sum of RGB (Red+Green+Blue) = 54+14+80=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 14 (5.86% from 255 or 9.46% from 148); Blue value is 80 (31.64% from 255 or 54.05% from 148); Max value from RGB is 80 - color contains mainly: blue. Hex color #360E50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360E50 is #C9F1AF. Grayscale: #212121. Windows color (decimal): -13234608 or 5246518. OLE color: 5246518.

HSL color Cylindrical-coordinate representation of color #360E50: hue angle of 276.36º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #360E50 is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB541480-
CMYK0.330.8300.69
HSL276.36º70.21%18.43%-
HSV(B)276.36º82.5%31.37%-
XYZ3.131.687.75-
YUV33.48154.25142.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.49%
GREEN value IS 14 (5.86% from 255) = 9.46%
BLUE value IS 80 (31.64% from 255) = 54.05%
R=36.49%
G=9.46%
B=54.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5414800.330.8300.69276.3670.2118.43
Hex36E5021530451144612
Octal661612041123010542410622
Binary11011011101010000100001101001101000101100010100100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360E50; }

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

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

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

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

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

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

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

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