#361F48

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

Shades of Blackcurrant #361F48

Tints of Blackcurrant #361F48

Color information

#361F48 (or 0x361F48) is unknown color: approx Blackcurrant. HEX triplet: 36, 1F and 48. RGB value is (54,31,72). Sum of RGB (Red+Green+Blue) = 54+31+72=157 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.39% from 157); Green value is 31 (12.5% from 255 or 19.75% from 157); Blue value is 72 (28.52% from 255 or 45.86% from 157); Max value from RGB is 72 - color contains mainly: blue. Hex color #361F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361F48 is #C9E0B7. Grayscale: #2A2A2A. Windows color (decimal): -13230264 or 4726582. OLE color: 4726582.

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

Color convert

RGB543172-
CMYK0.250.5700.72
HSL273.66º39.81%20.2%-
HSV(B)273.66º56.94%28.24%-
XYZ3.182.236.39-
YUV42.55144.62136.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 34.39%
GREEN value IS 31 (12.5% from 255) = 19.75%
BLUE value IS 72 (28.52% from 255) = 45.86%
R=34.39%
G=19.75%
B=45.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5431720.250.5700.72273.6639.8120.2
Hex361F4819390481122814
Octal6637110317101104225024
Binary110110111111001000110011110010100100010001001010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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