#361240

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

Shades of Blackcurrant #361240

Tints of Blackcurrant #361240

Color information

#361240 (or 0x361240) is unknown color: approx Blackcurrant. HEX triplet: 36, 12 and 40. RGB value is (54,18,64). Sum of RGB (Red+Green+Blue) = 54+18+64=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 64 (25.39% from 255 or 47.06% from 136); Max value from RGB is 64 - color contains mainly: blue. Hex color #361240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361240 is #C9EDBF. Grayscale: #212121. Windows color (decimal): -13233600 or 4198966. OLE color: 4198966.

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

Color convert

RGB541864-
CMYK0.160.7200.75
HSL286.96º56.1%16.08%-
HSV(B)286.96º71.88%25.1%-
XYZ2.661.595.02-
YUV34.01144.93142.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.71%
GREEN value IS 18 (7.42% from 255) = 13.24%
BLUE value IS 64 (25.39% from 255) = 47.06%
R=39.71%
G=13.24%
B=47.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5418640.160.7200.75286.9656.116.08
Hex361240104804B11f3810
Octal66221002011001134377020
Binary1101101001010000001000010010000100101110001111111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361240; }

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

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

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

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

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

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

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

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