#360141

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

Shades of Blackcurrant #360141

Tints of Blackcurrant #360141

Color information

#360141 (or 0x360141) is unknown color: approx Blackcurrant. HEX triplet: 36, 01 and 41. RGB value is (54,1,65). Sum of RGB (Red+Green+Blue) = 54+1+65=120 (15% of max value = 765). Red value is 54 (21.48% from 255 or 45% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 65 (25.78% from 255 or 54.17% from 120); Max value from RGB is 65 - color contains mainly: blue. Hex color #360141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360141 is #C9FEBE. Grayscale: #171717. Windows color (decimal): -13237951 or 4260150. OLE color: 4260150.

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

Color convert

RGB54165-
CMYK0.170.9800.75
HSL289.69º96.97%12.94%-
HSV(B)289.69º98.46%25.49%-
XYZ2.491.195.1-
YUV24.14151.06149.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 45%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 65 (25.78% from 255) = 54.17%
R=45%
G=0.83%
B=54.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal541650.170.9800.75289.6996.9712.94
Hex36141116204B12261d
Octal66110121142011344214115
Binary110110110000011000111000100100101110010001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360141; }

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

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

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

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

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

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

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

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