#361B40

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

Shades of Blackcurrant #361B40

Tints of Blackcurrant #361B40

Color information

#361B40 (or 0x361B40) is unknown color: approx Blackcurrant. HEX triplet: 36, 1B and 40. RGB value is (54,27,64). Sum of RGB (Red+Green+Blue) = 54+27+64=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 27 (10.94% from 255 or 18.62% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #361B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361B40 is #C9E4BF. Grayscale: #272727. Windows color (decimal): -13231296 or 4201270. OLE color: 4201270.

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

Color convert

RGB542764-
CMYK0.160.5800.75
HSL283.78º40.66%17.84%-
HSV(B)283.78º57.81%25.1%-
XYZ2.841.945.08-
YUV39.29141.95138.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.24%
GREEN value IS 27 (10.94% from 255) = 18.62%
BLUE value IS 64 (25.39% from 255) = 44.14%
R=37.24%
G=18.62%
B=44.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5427640.160.5800.75283.7840.6617.84
Hex361B40103A04B11c2912
Octal6633100207201134345122
Binary110110110111000000100001110100100101110001110010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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