#360B50

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

Shades of Blackcurrant #360B50

Tints of Blackcurrant #360B50

Color information

#360B50 (or 0x360B50) is unknown color: approx Blackcurrant. HEX triplet: 36, 0B and 50. RGB value is (54,11,80). Sum of RGB (Red+Green+Blue) = 54+11+80=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 11 (4.69% from 255 or 7.59% from 145); Blue value is 80 (31.64% from 255 or 55.17% from 145); Max value from RGB is 80 - color contains mainly: blue. Hex color #360B50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360B50 is #C9F4AF. Grayscale: #1F1F1F. Windows color (decimal): -13235376 or 5245750. OLE color: 5245750.

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

Color convert

RGB541180-
CMYK0.330.8600.69
HSL277.39º75.82%17.84%-
HSV(B)277.39º86.25%31.37%-
XYZ3.091.67.74-
YUV31.72155.25143.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.24%
GREEN value IS 11 (4.69% from 255) = 7.59%
BLUE value IS 80 (31.64% from 255) = 55.17%
R=37.24%
G=7.59%
B=55.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5411800.330.8600.69277.3975.8217.84
Hex36B5021560451154c12
Octal661312041126010542511422
Binary11011010111010000100001101011001000101100010101100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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