#361040

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

Shades of Blackcurrant #361040

Tints of Blackcurrant #361040

Color information

#361040 (or 0x361040) is unknown color: approx Blackcurrant. HEX triplet: 36, 10 and 40. RGB value is (54,16,64). Sum of RGB (Red+Green+Blue) = 54+16+64=134 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.30% from 134); Green value is 16 (6.64% from 255 or 11.94% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: blue. Hex color #361040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361040 is #C9EFBF. Grayscale: #202020. Windows color (decimal): -13234112 or 4198454. OLE color: 4198454.

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

Color convert

RGB541664-
CMYK0.160.7500.75
HSL287.5º60%15.69%-
HSV(B)287.5º75%25.1%-
XYZ2.631.535.01-
YUV32.83145.59143.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.30%
GREEN value IS 16 (6.64% from 255) = 11.94%
BLUE value IS 64 (25.39% from 255) = 47.76%
R=40.30%
G=11.94%
B=47.76%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5416640.160.7500.75287.56015.69
Hex361040104B04B1203c10
Octal66201002011301134407420
Binary1101101000010000001000010010110100101110010000011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361040; }

 p { color: rgb(54,16,64); }

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

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

 a { background-color: rgb(54,16,64); }

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

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

 span { border-color: rgb(54,16,64); }

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