#361A48

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

Shades of Blackcurrant #361A48

Tints of Blackcurrant #361A48

Color information

#361A48 (or 0x361A48) is unknown color: approx Blackcurrant. HEX triplet: 36, 1A and 48. RGB value is (54,26,72). Sum of RGB (Red+Green+Blue) = 54+26+72=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 72 (28.52% from 255 or 47.37% from 152); Max value from RGB is 72 - color contains mainly: blue. Hex color #361A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361A48 is #C9E5B7. Grayscale: #272727. Windows color (decimal): -13231544 or 4725302. OLE color: 4725302.

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

Color convert

RGB542672-
CMYK0.250.6400.72
HSL276.52º46.94%19.22%-
HSV(B)276.52º63.89%28.24%-
XYZ3.061.996.35-
YUV39.62146.28138.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.53%
GREEN value IS 26 (10.55% from 255) = 17.11%
BLUE value IS 72 (28.52% from 255) = 47.37%
R=35.53%
G=17.11%
B=47.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5426720.250.6400.72276.5246.9419.22
Hex361A4819400481152f13
Octal66321103110001104255723
Binary1101101101010010001100110000000100100010001010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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