#360146

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

Shades of Blackcurrant #360146

Tints of Blackcurrant #360146

Color information

#360146 (or 0x360146) is unknown color: approx Blackcurrant. HEX triplet: 36, 01 and 46. RGB value is (54,1,70). Sum of RGB (Red+Green+Blue) = 54+1+70=125 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.2% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 70 (27.73% from 255 or 56% from 125); Max value from RGB is 70 - color contains mainly: blue. Hex color #360146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360146 is #C9FEB9. Grayscale: #181818. Windows color (decimal): -13237946 or 4587830. OLE color: 4587830.

HSL color Cylindrical-coordinate representation of color #360146: hue angle of 286.09º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #360146 is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB54170-
CMYK0.230.9900.73
HSL286.09º97.18%13.92%-
HSV(B)286.09º98.57%27.45%-
XYZ2.641.255.9-
YUV24.71153.56148.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.2%
GREEN value IS 1 (0.78% from 255) = 0.8%
BLUE value IS 70 (27.73% from 255) = 56%
R=43.2%
G=0.8%
B=56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal541700.230.9900.73286.0997.1813.92
Hex36146176304911e61e
Octal66110627143011143614116
Binary110110110001101011111000110100100110001111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360146; }

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

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

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

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

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

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

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

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