#361D41

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

Shades of Blackcurrant #361D41

Tints of Blackcurrant #361D41

Color information

#361D41 (or 0x361D41) is unknown color: approx Blackcurrant. HEX triplet: 36, 1D and 41. RGB value is (54,29,65). Sum of RGB (Red+Green+Blue) = 54+29+65=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 65 - color contains mainly: blue. Hex color #361D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361D41 is #C9E2BE. Grayscale: #282828. Windows color (decimal): -13230783 or 4267318. OLE color: 4267318.

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

Color convert

RGB542965-
CMYK0.170.5500.75
HSL281.67º38.3%18.43%-
HSV(B)281.67º55.38%25.49%-
XYZ2.912.045.24-
YUV40.58141.78137.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.49%
GREEN value IS 29 (11.72% from 255) = 19.59%
BLUE value IS 65 (25.78% from 255) = 43.92%
R=36.49%
G=19.59%
B=43.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5429650.170.5500.75281.6738.318.43
Hex361D41113704B11a2612
Octal6635101216701134324622
Binary110110111011000001100011101110100101110001101010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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