#361346

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

Shades of Blackcurrant #361346

Tints of Blackcurrant #361346

Color information

#361346 (or 0x361346) is unknown color: approx Blackcurrant. HEX triplet: 36, 13 and 46. RGB value is (54,19,70). Sum of RGB (Red+Green+Blue) = 54+19+70=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 70 (27.73% from 255 or 48.95% from 143); Max value from RGB is 70 - color contains mainly: blue. Hex color #361346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361346 is #C9ECB9. Grayscale: #232323. Windows color (decimal): -13233338 or 4592438. OLE color: 4592438.

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

Color convert

RGB541970-
CMYK0.230.7300.73
HSL281.18º57.3%17.45%-
HSV(B)281.18º72.86%27.45%-
XYZ2.861.695.97-
YUV35.28147.6141.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.76%
GREEN value IS 19 (7.81% from 255) = 13.29%
BLUE value IS 70 (27.73% from 255) = 48.95%
R=37.76%
G=13.29%
B=48.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5419700.230.7300.73281.1857.317.45
Hex36134617490491193911
Octal66231062711101114317121
Binary1101101001110001101011110010010100100110001100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361346; }

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

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

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

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

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

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

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

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