#361A46

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

Shades of Blackcurrant #361A46

Tints of Blackcurrant #361A46

Color information

#361A46 (or 0x361A46) is unknown color: approx Blackcurrant. HEX triplet: 36, 1A and 46. RGB value is (54,26,70). Sum of RGB (Red+Green+Blue) = 54+26+70=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 26 (10.55% from 255 or 17.33% from 150); Blue value is 70 (27.73% from 255 or 46.67% from 150); Max value from RGB is 70 - color contains mainly: blue. Hex color #361A46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361A46 is #C9E5B9. Grayscale: #272727. Windows color (decimal): -13231546 or 4594230. OLE color: 4594230.

HSL color Cylindrical-coordinate representation of color #361A46: hue angle of 278.18º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #361A46 is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB542670-
CMYK0.230.6300.73
HSL278.18º45.83%18.82%-
HSV(B)278.18º62.86%27.45%-
XYZ31.976.02-
YUV39.39145.28138.42-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36%
GREEN value IS 26 (10.55% from 255) = 17.33%
BLUE value IS 70 (27.73% from 255) = 46.67%
R=36%
G=17.33%
B=46.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5426700.230.6300.73278.1845.8318.82
Hex361A46173F0491162e13
Octal6632106277701114265623
Binary110110110101000110101111111110100100110001011010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,26,70); }

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

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

 a { background-color: rgb(54,26,70); }

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

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

 span { border-color: rgb(54,26,70); }

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