#360645

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

Shades of Blackcurrant #360645

Tints of Blackcurrant #360645

Color information

#360645 (or 0x360645) is unknown color: approx Blackcurrant. HEX triplet: 36, 06 and 45. RGB value is (54,6,69). Sum of RGB (Red+Green+Blue) = 54+6+69=129 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.86% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 69 (27.34% from 255 or 53.49% from 129); Max value from RGB is 69 - color contains mainly: blue. Hex color #360645 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360645 is #C9F9BA. Grayscale: #1B1B1B. Windows color (decimal): -13236667 or 4523574. OLE color: 4523574.

HSL color Cylindrical-coordinate representation of color #360645: hue angle of 285.71º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #360645 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB54669-
CMYK0.220.9100.73
HSL285.71º84%14.71%-
HSV(B)285.71º91.3%27.06%-
XYZ2.661.345.75-
YUV27.53151.4146.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.86%
GREEN value IS 6 (2.73% from 255) = 4.65%
BLUE value IS 69 (27.34% from 255) = 53.49%
R=41.86%
G=4.65%
B=53.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal546690.220.9100.73285.718414.71
Hex36645165B04911e54f
Octal66610526133011143612417
Binary11011011010001011011010110110100100110001111010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360645; }

 p { color: rgb(54,6,69); }

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

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

 a { background-color: rgb(54,6,69); }

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

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

 span { border-color: rgb(54,6,69); }

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