#360251

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

Shades of Blackcurrant #360251

Tints of Blackcurrant #360251

Color information

#360251 (or 0x360251) is unknown color: approx Blackcurrant. HEX triplet: 36, 02 and 51. RGB value is (54,2,81). Sum of RGB (Red+Green+Blue) = 54+2+81=137 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.42% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 81 (32.03% from 255 or 59.12% from 137); Max value from RGB is 81 - color contains mainly: blue. Hex color #360251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360251 is #C9FDAE. Grayscale: #1A1A1A. Windows color (decimal): -13237679 or 5308982. OLE color: 5308982.

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

Color convert

RGB54281-
CMYK0.330.9800.68
HSL279.49º95.18%16.27%-
HSV(B)279.49º97.53%31.76%-
XYZ3.031.427.9-
YUV26.55158.73147.58-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.42%
GREEN value IS 2 (1.17% from 255) = 1.46%
BLUE value IS 81 (32.03% from 255) = 59.12%
R=39.42%
G=1.46%
B=59.12%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal542810.330.9800.68279.4995.1816.27
Hex3625121620441175f10
Octal66212141142010442713720
Binary110110101010001100001110001001000100100010111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360251; }

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

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

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

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

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

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

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

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