#361348

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

Shades of Blackcurrant #361348

Tints of Blackcurrant #361348

Color information

#361348 (or 0x361348) is unknown color: approx Blackcurrant. HEX triplet: 36, 13 and 48. RGB value is (54,19,72). Sum of RGB (Red+Green+Blue) = 54+19+72=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 72 (28.52% from 255 or 49.66% from 145); Max value from RGB is 72 - color contains mainly: blue. Hex color #361348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361348 is #C9ECB7. Grayscale: #232323. Windows color (decimal): -13233336 or 4723510. OLE color: 4723510.

HSL color Cylindrical-coordinate representation of color #361348: hue angle of 279.62º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #361348 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB541972-
CMYK0.250.7400.72
HSL279.62º58.24%17.84%-
HSV(B)279.62º73.61%28.24%-
XYZ2.921.726.31-
YUV35.51148.6141.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.24%
GREEN value IS 19 (7.81% from 255) = 13.10%
BLUE value IS 72 (28.52% from 255) = 49.66%
R=37.24%
G=13.10%
B=49.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5419720.250.7400.72279.6258.2417.84
Hex361348194A0481183a12
Octal66231103111201104307222
Binary1101101001110010001100110010100100100010001100011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361348; }

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

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

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

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

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

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

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

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