#361651

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

Shades of Blackcurrant #361651

Tints of Blackcurrant #361651

Color information

#361651 (or 0x361651) is unknown color: approx Blackcurrant. HEX triplet: 36, 16 and 51. RGB value is (54,22,81). Sum of RGB (Red+Green+Blue) = 54+22+81=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #361651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361651 is #C9E9AE. Grayscale: #262626. Windows color (decimal): -13232559 or 5314102. OLE color: 5314102.

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

Color convert

RGB542281-
CMYK0.330.7300.68
HSL272.54º57.28%20.2%-
HSV(B)272.54º72.84%31.76%-
XYZ3.291.957.99-
YUV38.29152.1139.2-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.39%
GREEN value IS 22 (8.98% from 255) = 14.01%
BLUE value IS 81 (32.03% from 255) = 51.59%
R=34.39%
G=14.01%
B=51.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5422810.330.7300.68272.5457.2820.2
Hex36165121490441113914
Octal66261214111101044217124
Binary11011010110101000110000110010010100010010001000111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361651; }

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

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

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

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

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

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

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

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