#371248

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

Shades of Blackcurrant #371248

Tints of Blackcurrant #371248

Color information

#371248 (or 0x371248) is unknown color: approx Blackcurrant. HEX triplet: 37, 12 and 48. RGB value is (55,18,72). Sum of RGB (Red+Green+Blue) = 55+18+72=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 18 (7.42% from 255 or 12.41% 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 #371248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371248 is #C8EDB7. Grayscale: #232323. Windows color (decimal): -13168056 or 4723255. OLE color: 4723255.

HSL color Cylindrical-coordinate representation of color #371248: hue angle of 281.11º 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 #371248 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB551872-
CMYK0.240.7500.72
HSL281.11º60%17.65%-
HSV(B)281.11º75%28.24%-
XYZ2.961.716.31-
YUV35.22148.76142.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 37.93%
GREEN value IS 18 (7.42% from 255) = 12.41%
BLUE value IS 72 (28.52% from 255) = 49.66%
R=37.93%
G=12.41%
B=49.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5518720.240.7500.72281.116017.65
Hex371248184B0481193c12
Octal67221103011301104317422
Binary1101111001010010001100010010110100100010001100111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371248; }

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

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

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

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

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

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

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

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