#360841

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

Shades of Blackcurrant #360841

Tints of Blackcurrant #360841

Color information

#360841 (or 0x360841) is unknown color: approx Blackcurrant. HEX triplet: 36, 08 and 41. RGB value is (54,8,65). Sum of RGB (Red+Green+Blue) = 54+8+65=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 65 (25.78% from 255 or 51.18% from 127); Max value from RGB is 65 - color contains mainly: blue. Hex color #360841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360841 is #C9F7BE. Grayscale: #1C1C1C. Windows color (decimal): -13236159 or 4261942. OLE color: 4261942.

HSL color Cylindrical-coordinate representation of color #360841: hue angle of 288.42º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #360841 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB54865-
CMYK0.170.8800.75
HSL288.42º78.08%14.31%-
HSV(B)288.42º87.69%25.49%-
XYZ2.561.345.12-
YUV28.25148.74146.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.52%
GREEN value IS 8 (3.52% from 255) = 6.30%
BLUE value IS 65 (25.78% from 255) = 51.18%
R=42.52%
G=6.30%
B=51.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal548650.170.8800.75288.4278.0814.31
Hex36841115804B1204ee
Octal661010121130011344011616
Binary110110100010000011000110110000100101110010000010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360841; }

 p { color: rgb(54,8,65); }

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

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

 a { background-color: rgb(54,8,65); }

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

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

 span { border-color: rgb(54,8,65); }

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