#391248

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

Shades of Blackcurrant #391248

Tints of Blackcurrant #391248

Color information

#391248 (or 0x391248) is unknown color: approx Blackcurrant. HEX triplet: 39, 12 and 48. RGB value is (57,18,72). Sum of RGB (Red+Green+Blue) = 57+18+72=147 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.78% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 72 (28.52% from 255 or 48.98% from 147); Max value from RGB is 72 - color contains mainly: blue. Hex color #391248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391248 is #C6EDB7. Grayscale: #232323. Windows color (decimal): -13036984 or 4723257. OLE color: 4723257.

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

Color convert

RGB571872-
CMYK0.210.7500.72
HSL283.33º60%17.65%-
HSV(B)283.33º75%28.24%-
XYZ3.071.776.31-
YUV35.82148.42143.11-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.78%
GREEN value IS 18 (7.42% from 255) = 12.24%
BLUE value IS 72 (28.52% from 255) = 48.98%
R=38.78%
G=12.24%
B=48.98%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5718720.210.7500.72283.336017.65
Hex391248154B04811b3c12
Octal71221102511301104337422
Binary1110011001010010001010110010110100100010001101111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391248; }

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

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

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

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

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

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

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

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