#360241

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

Shades of Blackcurrant #360241

Tints of Blackcurrant #360241

Color information

#360241 (or 0x360241) is unknown color: approx Blackcurrant. HEX triplet: 36, 02 and 41. RGB value is (54,2,65). Sum of RGB (Red+Green+Blue) = 54+2+65=121 (16% of max value = 765). Red value is 54 (21.48% from 255 or 44.63% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 65 (25.78% from 255 or 53.72% from 121); Max value from RGB is 65 - color contains mainly: blue. Hex color #360241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #360241 is #C9FDBE. Grayscale: #181818. Windows color (decimal): -13237695 or 4260406. OLE color: 4260406.

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

Color convert

RGB54265-
CMYK0.170.9700.75
HSL289.52º94.03%13.14%-
HSV(B)289.52º96.92%25.49%-
XYZ2.51.215.1-
YUV24.73150.73148.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 44.63%
GREEN value IS 2 (1.17% from 255) = 1.65%
BLUE value IS 65 (25.78% from 255) = 53.72%
R=44.63%
G=1.65%
B=53.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal542650.170.9700.75289.5294.0313.14
Hex36241116104B1225ed
Octal66210121141011344213615
Binary1101101010000011000111000010100101110010001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360241; }

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

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

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

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

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

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

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

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