#361248

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

Shades of Blackcurrant #361248

Tints of Blackcurrant #361248

Color information

#361248 (or 0x361248) is unknown color: approx Blackcurrant. HEX triplet: 36, 12 and 48. RGB value is (54,18,72). Sum of RGB (Red+Green+Blue) = 54+18+72=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: blue. Hex color #361248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #361248 is #C9EDB7. Grayscale: #222222. Windows color (decimal): -13233592 or 4723254. OLE color: 4723254.

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

Color convert

RGB541872-
CMYK0.250.7500.72
HSL280º60%17.65%-
HSV(B)280º75%28.24%-
XYZ2.911.686.3-
YUV34.92148.93141.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.5%
GREEN value IS 18 (7.42% from 255) = 12.5%
BLUE value IS 72 (28.52% from 255) = 50%
R=37.5%
G=12.5%
B=50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5418720.250.7500.722806017.65
Hex361248194B0481183c12
Octal66221103111301104307422
Binary1101101001010010001100110010110100100010001100011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361248; }

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

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

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

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

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

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

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

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