#361451

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

Shades of Blackcurrant #361451

Tints of Blackcurrant #361451

Color information

#361451 (or 0x361451) is unknown color: approx Blackcurrant. HEX triplet: 36, 14 and 51. RGB value is (54,20,81). Sum of RGB (Red+Green+Blue) = 54+20+81=155 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.84% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 81 (32.03% from 255 or 52.26% from 155); Max value from RGB is 81 - color contains mainly: blue. Hex color #361451 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361451 is #C9EBAE. Grayscale: #242424. Windows color (decimal): -13233071 or 5313590. OLE color: 5313590.

HSL color Cylindrical-coordinate representation of color #361451: hue angle of 273.44º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #361451 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB542081-
CMYK0.330.7500.68
HSL273.44º60.4%19.8%-
HSV(B)273.44º75.31%31.76%-
XYZ3.261.887.98-
YUV37.12152.76140.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.84%
GREEN value IS 20 (8.20% from 255) = 12.90%
BLUE value IS 81 (32.03% from 255) = 52.26%
R=34.84%
G=12.90%
B=52.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5420810.330.7500.68273.4460.419.8
Hex361451214B0441113c14
Octal66241214111301044217424
Binary11011010100101000110000110010110100010010001000111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361451; }

 p { color: rgb(54,20,81); }

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

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

 a { background-color: rgb(54,20,81); }

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

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

 span { border-color: rgb(54,20,81); }

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