#361548

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

Shades of Blackcurrant #361548

Tints of Blackcurrant #361548

Color information

#361548 (or 0x361548) is unknown color: approx Blackcurrant. HEX triplet: 36, 15 and 48. RGB value is (54,21,72). Sum of RGB (Red+Green+Blue) = 54+21+72=147 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.73% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #361548 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361548 is #C9EAB7. Grayscale: #242424. Windows color (decimal): -13232824 or 4724022. OLE color: 4724022.

HSL color Cylindrical-coordinate representation of color #361548: hue angle of 278.82º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #361548 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB542172-
CMYK0.250.7100.72
HSL278.82º54.84%18.24%-
HSV(B)278.82º70.83%28.24%-
XYZ2.961.796.32-
YUV36.68147.93140.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.73%
GREEN value IS 21 (8.59% from 255) = 14.29%
BLUE value IS 72 (28.52% from 255) = 48.98%
R=36.73%
G=14.29%
B=48.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5421720.250.7100.72278.8254.8418.24
Hex36154819470481173712
Octal66251103110701104276722
Binary1101101010110010001100110001110100100010001011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361548; }

 p { color: rgb(54,21,72); }

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

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

 a { background-color: rgb(54,21,72); }

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

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

 span { border-color: rgb(54,21,72); }

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