Html Css Color HEX #391948 Blackcurrant

📋 copy color: '#391948'

red 57 ◦ green 25 ◦ blue 72

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

Shades of Blackcurrant #391948

Tints of Blackcurrant #391948

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.23%

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

R = 37.01%
G = 16.23%
B = 46.75%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#391948 (or 0x391948) is known color: Blackcurrant. HEX triplet: 39, 19 and 48. RGB value is (57,25,72). Sum of RGB (Red+Green+Blue) = 57+25+72=154 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.01% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 72 (28.52% from 255 or 46.75% from 154); Max value from RGB is 72 - color contains mainly: blue. Hex color #391948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391948 is #C6E6B7. Grayscale: #272727. Windows color (decimal): -13035192 or 4725049. OLE color: 4725049.

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

Color convert

RGB 57 25 72 -
CMYK 0.21 0.65 0 0.72
HSL 280.85º 0.48% 0.19% -
HSV(B) 280.85º 0.65% 0.28% -
XYZ 3.2 2.03 6.35 -
YUV 39.93 146.1 140.18 -
System Red Green Blue C M Y K H S L
Decimal 57 25 72 0.21 0.65 0 0.72 280.85 0.48 0.19
Hex 39 19 48 15 41 0 48 119 30 13
Octal 71 31 110 25 101 0 110 431 60 23
Binary 111001 11001 1001000 10101 1000001 0 1001000 100011001 110000 10011

Color Harmonies of #391948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391948

Black with #391948

Text Example


Text Example

White with #391948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391948; }

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

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

background-color css

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

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

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

border-color css

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

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

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