#360E46

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

Shades of Blackcurrant #360E46

Tints of Blackcurrant #360E46

Color information

#360E46 (or 0x360E46) is unknown color: approx Blackcurrant. HEX triplet: 36, 0E and 46. RGB value is (54,14,70). Sum of RGB (Red+Green+Blue) = 54+14+70=138 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.13% from 138); Green value is 14 (5.86% from 255 or 10.14% from 138); Blue value is 70 (27.73% from 255 or 50.72% from 138); Max value from RGB is 70 - color contains mainly: blue. Hex color #360E46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360E46 is #C9F1B9. Grayscale: #202020. Windows color (decimal): -13234618 or 4591158. OLE color: 4591158.

HSL color Cylindrical-coordinate representation of color #360E46: hue angle of 282.86º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #360E46 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB541470-
CMYK0.230.8000.73
HSL282.86º66.67%16.47%-
HSV(B)282.86º80%27.45%-
XYZ2.781.545.94-
YUV32.34149.25143.45-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.13%
GREEN value IS 14 (5.86% from 255) = 10.14%
BLUE value IS 70 (27.73% from 255) = 50.72%
R=39.13%
G=10.14%
B=50.72%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5414700.230.8000.73282.8666.6716.47
Hex36E46175004911b4310
Octal661610627120011143310320
Binary1101101110100011010111101000001001001100011011100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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