#361846

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

Shades of Blackcurrant #361846

Tints of Blackcurrant #361846

Color information

#361846 (or 0x361846) is unknown color: approx Blackcurrant. HEX triplet: 36, 18 and 46. RGB value is (54,24,70). Sum of RGB (Red+Green+Blue) = 54+24+70=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 70 (27.73% from 255 or 47.30% from 148); Max value from RGB is 70 - color contains mainly: blue. Hex color #361846 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361846 is #C9E7B9. Grayscale: #262626. Windows color (decimal): -13232058 or 4593718. OLE color: 4593718.

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

Color convert

RGB542470-
CMYK0.230.6600.73
HSL279.13º48.94%18.43%-
HSV(B)279.13º65.71%27.45%-
XYZ2.951.886-
YUV38.21145.94139.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.49%
GREEN value IS 24 (9.77% from 255) = 16.22%
BLUE value IS 70 (27.73% from 255) = 47.30%
R=36.49%
G=16.22%
B=47.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5424700.230.6600.73279.1348.9418.43
Hex36184617420491173112
Octal66301062710201114276122
Binary1101101100010001101011110000100100100110001011111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361846; }

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

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

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

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

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

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

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

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