#361145

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

Shades of Blackcurrant #361145

Tints of Blackcurrant #361145

Color information

#361145 (or 0x361145) is unknown color: approx Blackcurrant. HEX triplet: 36, 11 and 45. RGB value is (54,17,69). Sum of RGB (Red+Green+Blue) = 54+17+69=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 69 (27.34% from 255 or 49.29% from 140); Max value from RGB is 69 - color contains mainly: blue. Hex color #361145 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361145 is #C9EEBA. Grayscale: #212121. Windows color (decimal): -13233851 or 4526390. OLE color: 4526390.

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

Color convert

RGB541769-
CMYK0.220.7500.73
HSL282.69º60.47%16.86%-
HSV(B)282.69º75.36%27.06%-
XYZ2.81.615.79-
YUV33.99147.76142.27-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.57%
GREEN value IS 17 (7.03% from 255) = 12.14%
BLUE value IS 69 (27.34% from 255) = 49.29%
R=38.57%
G=12.14%
B=49.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5417690.220.7500.73282.6960.4716.86
Hex361145164B04911b3c11
Octal66211052611301114337421
Binary1101101000110001011011010010110100100110001101111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361145; }

 p { color: rgb(54,17,69); }

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

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

 a { background-color: rgb(54,17,69); }

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

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

 span { border-color: rgb(54,17,69); }

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