#361845

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

Shades of Blackcurrant #361845

Tints of Blackcurrant #361845

Color information

#361845 (or 0x361845) is unknown color: approx Blackcurrant. HEX triplet: 36, 18 and 45. RGB value is (54,24,69). Sum of RGB (Red+Green+Blue) = 54+24+69=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 69 (27.34% from 255 or 46.94% from 147); Max value from RGB is 69 - color contains mainly: blue. Hex color #361845 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361845 is #C9E7BA. Grayscale: #252525. Windows color (decimal): -13232059 or 4528182. OLE color: 4528182.

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

Color convert

RGB542469-
CMYK0.220.6500.73
HSL280º48.39%18.24%-
HSV(B)280º65.22%27.06%-
XYZ2.921.875.84-
YUV38.1145.44139.34-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.73%
GREEN value IS 24 (9.77% from 255) = 16.33%
BLUE value IS 69 (27.34% from 255) = 46.94%
R=36.73%
G=16.33%
B=46.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5424690.220.6500.7328048.3918.24
Hex36184516410491183012
Octal66301052610101114306022
Binary1101101100010001011011010000010100100110001100011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361845; }

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

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

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

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

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

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

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

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