#361A4D

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

Shades of Blackcurrant #361A4D

Tints of Blackcurrant #361A4D

Color information

#361A4D (or 0x361A4D) is unknown color: approx Blackcurrant. HEX triplet: 36, 1A and 4D. RGB value is (54,26,77). Sum of RGB (Red+Green+Blue) = 54+26+77=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 26 (10.55% from 255 or 16.56% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #361A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361A4D is #C9E5B2. Grayscale: #282828. Windows color (decimal): -13231539 or 5052982. OLE color: 5052982.

HSL color Cylindrical-coordinate representation of color #361A4D: hue angle of 272.94º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #361A4D is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB542677-
CMYK0.300.6600.70
HSL272.94º49.51%20.2%-
HSV(B)272.94º66.23%30.2%-
XYZ3.232.067.25-
YUV40.19148.78137.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.39%
GREEN value IS 26 (10.55% from 255) = 16.56%
BLUE value IS 77 (30.47% from 255) = 49.04%
R=34.39%
G=16.56%
B=49.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5426770.300.6600.70272.9449.5120.2
Hex361A4D1E420461113214
Octal66321153610201064216224
Binary1101101101010011011111010000100100011010001000111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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