#360246

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

Shades of Blackcurrant #360246

Tints of Blackcurrant #360246

Color information

#360246 (or 0x360246) is unknown color: approx Blackcurrant. HEX triplet: 36, 02 and 46. RGB value is (54,2,70). Sum of RGB (Red+Green+Blue) = 54+2+70=126 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.86% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 70 (27.73% from 255 or 55.56% from 126); Max value from RGB is 70 - color contains mainly: blue. Hex color #360246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360246 is #C9FDB9. Grayscale: #191919. Windows color (decimal): -13237690 or 4588086. OLE color: 4588086.

HSL color Cylindrical-coordinate representation of color #360246: hue angle of 285.88º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #360246 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB54270-
CMYK0.230.9700.73
HSL285.88º94.44%14.12%-
HSV(B)285.88º97.14%27.45%-
XYZ2.651.275.9-
YUV25.3153.23148.47-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.86%
GREEN value IS 2 (1.17% from 255) = 1.59%
BLUE value IS 70 (27.73% from 255) = 55.56%
R=42.86%
G=1.59%
B=55.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal542700.230.9700.73285.8894.4414.12
Hex36246176104911e5ee
Octal66210627141011143613616
Binary1101101010001101011111000010100100110001111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360246; }

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

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

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

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

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

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

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

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