#361F40

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

Shades of Blackcurrant #361F40

Tints of Blackcurrant #361F40

Color information

#361F40 (or 0x361F40) is unknown color: approx Blackcurrant. HEX triplet: 36, 1F and 40. RGB value is (54,31,64). Sum of RGB (Red+Green+Blue) = 54+31+64=149 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.24% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 64 (25.39% from 255 or 42.95% from 149); Max value from RGB is 64 - color contains mainly: blue. Hex color #361F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361F40 is #C9E0BF. Grayscale: #292929. Windows color (decimal): -13230272 or 4202294. OLE color: 4202294.

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

Color convert

RGB543164-
CMYK0.160.5200.75
HSL281.82º34.74%18.63%-
HSV(B)281.82º51.56%25.1%-
XYZ2.942.135.11-
YUV41.64140.62136.82-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.24%
GREEN value IS 31 (12.5% from 255) = 20.81%
BLUE value IS 64 (25.39% from 255) = 42.95%
R=36.24%
G=20.81%
B=42.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5431640.160.5200.75281.8234.7418.63
Hex361F40103404B11a2313
Octal6637100206401134324323
Binary110110111111000000100001101000100101110001101010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361F40; }

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

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

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

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

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

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

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

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