Html Css Color HEX #391148 Blackcurrant

📋 copy color: '#391148'

red 57 ◦ green 17 ◦ blue 72

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

Shades of Blackcurrant #391148

Tints of Blackcurrant #391148

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.64%

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

R = 39.04%
G = 11.64%
B = 49.32%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#391148 (or 0x391148) is known color: Blackcurrant. HEX triplet: 39, 11 and 48. RGB value is (57,17,72). Sum of RGB (Red+Green+Blue) = 57+17+72=146 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.04% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #391148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391148 is #C6EEB7. Grayscale: #232323. Windows color (decimal): -13037240 or 4723001. OLE color: 4723001.

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

Color convert

RGB 57 17 72 -
CMYK 0.21 0.76 0 0.72
HSL 283.64º 0.62% 0.17% -
HSV(B) 283.64º 0.76% 0.28% -
XYZ 3.06 1.74 6.31 -
YUV 35.23 148.75 143.53 -
System Red Green Blue C M Y K H S L
Decimal 57 17 72 0.21 0.76 0 0.72 283.64 0.62 0.17
Hex 39 11 48 15 4C 0 48 11C 3E 11
Octal 71 21 110 25 114 0 110 434 76 21
Binary 111001 10001 1001000 10101 1001100 0 1001000 100011100 111110 10001

Color Harmonies of #391148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391148

Black with #391148

Text Example


Text Example

White with #391148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391148; }

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

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

background-color css

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

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

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

border-color css

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

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

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