Html Css Color HEX #391048 Blackcurrant

📋 copy color: '#391048'

red 57 ◦ green 16 ◦ blue 72

#391048
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #391048

Tints of Blackcurrant #391048

RGB

 RED value IS 57 (22.66% from 255) = 39.31%

 GREEN value IS 16 (6.64% from 255) = 11.03%

 BLUE value IS 72 (28.52% from 255) = 49.66%

R = 39.31%
G = 11.03%
B = 49.66%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#391048 (or 0x391048) is known color: Blackcurrant. HEX triplet: 39, 10 and 48. RGB value is (57,16,72). Sum of RGB (Red+Green+Blue) = 57+16+72=145 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.31% from 145); Green value is 16 (6.64% from 255 or 11.03% 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 #391048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391048 is #C6EFB7. Grayscale: #222222. Windows color (decimal): -13037496 or 4722745. OLE color: 4722745.

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

Color convert

RGB 57 16 72 -
CMYK 0.21 0.78 0 0.72
HSL 283.93º 0.64% 0.17% -
HSV(B) 283.93º 0.78% 0.28% -
XYZ 3.04 1.71 6.3 -
YUV 34.64 149.08 143.95 -
System Red Green Blue C M Y K H S L
Decimal 57 16 72 0.21 0.78 0 0.72 283.93 0.64 0.17
Hex 39 10 48 15 4E 0 48 11C 40 11
Octal 71 20 110 25 116 0 110 434 100 21
Binary 111001 10000 1001000 10101 1001110 0 1001000 100011100 1000000 10001

Color Harmonies of #391048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391048

Black with #391048

Text Example


Text Example

White with #391048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391048; }

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

 H1.HeaderClassName
 {
   color: #391048;
 }
 .AnyTagClassName
 {
   color: #391048;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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