#361148

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

Shades of Blackcurrant #361148

Tints of Blackcurrant #361148

Color information

#361148 (or 0x361148) is unknown color: approx Blackcurrant. HEX triplet: 36, 11 and 48. RGB value is (54,17,72). Sum of RGB (Red+Green+Blue) = 54+17+72=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #361148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361148 is #C9EEB7. Grayscale: #222222. Windows color (decimal): -13233848 or 4722998. OLE color: 4722998.

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

Color convert

RGB541772-
CMYK0.250.7600.72
HSL280.36º61.8%17.45%-
HSV(B)280.36º76.39%28.24%-
XYZ2.891.656.3-
YUV34.33149.26142.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.76%
GREEN value IS 17 (7.03% from 255) = 11.89%
BLUE value IS 72 (28.52% from 255) = 50.35%
R=37.76%
G=11.89%
B=50.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5417720.250.7600.72280.3661.817.45
Hex361148194C0481183e11
Octal66211103111401104307621
Binary1101101000110010001100110011000100100010001100011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361148; }

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

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

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

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

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

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

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

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