#361C48

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

Shades of Blackcurrant #361C48

Tints of Blackcurrant #361C48

Color information

#361C48 (or 0x361C48) is unknown color: approx Blackcurrant. HEX triplet: 36, 1C and 48. RGB value is (54,28,72). Sum of RGB (Red+Green+Blue) = 54+28+72=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 72 - color contains mainly: blue. Hex color #361C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361C48 is #C9E3B7. Grayscale: #282828. Windows color (decimal): -13231032 or 4725814. OLE color: 4725814.

HSL color Cylindrical-coordinate representation of color #361C48: hue angle of 275.45º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #361C48 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB542872-
CMYK0.250.6100.72
HSL275.45º44%19.61%-
HSV(B)275.45º61.11%28.24%-
XYZ3.112.086.37-
YUV40.79145.61137.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.06%
GREEN value IS 28 (11.33% from 255) = 18.18%
BLUE value IS 72 (28.52% from 255) = 46.75%
R=35.06%
G=18.18%
B=46.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5428720.250.6100.72275.454419.61
Hex361C48193D0481132c14
Octal6634110317501104235424
Binary110110111001001000110011111010100100010001001110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,28,72); }

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

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

 a { background-color: rgb(54,28,72); }

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

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

 span { border-color: rgb(54,28,72); }

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