#360257

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

Shades of Blackcurrant #360257

Tints of Blackcurrant #360257

Color information

#360257 (or 0x360257) is unknown color: approx Blackcurrant. HEX triplet: 36, 02 and 57. RGB value is (54,2,87). Sum of RGB (Red+Green+Blue) = 54+2+87=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 87 (34.38% from 255 or 60.84% from 143); Max value from RGB is 87 - color contains mainly: blue. Hex color #360257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360257 is #C9FDA8. Grayscale: #1A1A1A. Windows color (decimal): -13237673 or 5702198. OLE color: 5702198.

HSL color Cylindrical-coordinate representation of color #360257: hue angle of 276.71º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #360257 is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB54287-
CMYK0.380.9800.66
HSL276.71º95.51%17.45%-
HSV(B)276.71º97.7%34.12%-
XYZ3.261.529.14-
YUV27.24161.73147.09-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.76%
GREEN value IS 2 (1.17% from 255) = 1.40%
BLUE value IS 87 (34.38% from 255) = 60.84%
R=37.76%
G=1.40%
B=60.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal542870.380.9800.66276.7195.5117.45
Hex3625726620421156011
Octal66212746142010242514021
Binary110110101010111100110110001001000010100010101110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360257; }

 p { color: rgb(54,2,87); }

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

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

 a { background-color: rgb(54,2,87); }

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

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

 span { border-color: rgb(54,2,87); }

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