#391448

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

Shades of Blackcurrant #391448

Tints of Blackcurrant #391448

Color information

#391448 (or 0x391448) is unknown color: approx Blackcurrant. HEX triplet: 39, 14 and 48. RGB value is (57,20,72). Sum of RGB (Red+Green+Blue) = 57+20+72=149 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38.26% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #391448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391448 is #C6EBB7. Grayscale: #242424. Windows color (decimal): -13036472 or 4723769. OLE color: 4723769.

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

Color convert

RGB572072-
CMYK0.210.7200.72
HSL282.69º56.52%18.04%-
HSV(B)282.69º72.22%28.24%-
XYZ3.111.846.32-
YUV36.99147.76142.27-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 38.26%
GREEN value IS 20 (8.20% from 255) = 13.42%
BLUE value IS 72 (28.52% from 255) = 48.32%
R=38.26%
G=13.42%
B=48.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5720720.210.7200.72282.6956.5218.04
Hex391448154804811b3912
Octal71241102511001104337122
Binary1110011010010010001010110010000100100010001101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391448; }

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

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

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

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

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

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

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

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