#361849

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

Shades of Blackcurrant #361849

Tints of Blackcurrant #361849

Color information

#361849 (or 0x361849) is unknown color: approx Blackcurrant. HEX triplet: 36, 18 and 49. RGB value is (54,24,73). Sum of RGB (Red+Green+Blue) = 54+24+73=151 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.76% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 73 - color contains mainly: blue. Hex color #361849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361849 is #C9E7B6. Grayscale: #262626. Windows color (decimal): -13232055 or 4790326. OLE color: 4790326.

HSL color Cylindrical-coordinate representation of color #361849: hue angle of 276.73º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #361849 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB542473-
CMYK0.260.6700.71
HSL276.73º50.52%19.02%-
HSV(B)276.73º67.12%28.63%-
XYZ3.051.926.51-
YUV38.56147.44139.02-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.76%
GREEN value IS 24 (9.77% from 255) = 15.89%
BLUE value IS 73 (28.91% from 255) = 48.34%
R=35.76%
G=15.89%
B=48.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5424730.260.6700.71276.7350.5219.02
Hex3618491A430471153313
Octal66301113210301074256323
Binary1101101100010010011101010000110100011110001010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361849; }

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

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

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

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

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

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

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

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