Html Css Color HEX #391B48 Blackcurrant

📋 copy color: '#391B48'

red 57 ◦ green 27 ◦ blue 72

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

Shades of Blackcurrant #391B48

Tints of Blackcurrant #391B48

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.31%

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

R = 36.54%
G = 17.31%
B = 46.15%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#391B48 (or 0x391B48) is known color: Blackcurrant. HEX triplet: 39, 1B and 48. RGB value is (57,27,72). Sum of RGB (Red+Green+Blue) = 57+27+72=156 (20% of max value = 765). Red value is 57 (22.66% from 255 or 36.54% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 72 (28.52% from 255 or 46.15% from 156); Max value from RGB is 72 - color contains mainly: blue. Hex color #391B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391B48 is #C6E4B7. Grayscale: #282828. Windows color (decimal): -13034680 or 4725561. OLE color: 4725561.

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

Color convert

RGB 57 27 72 -
CMYK 0.21 0.62 0 0.72
HSL 280º 0.45% 0.19% -
HSV(B) 280º 0.63% 0.28% -
XYZ 3.25 2.12 6.37 -
YUV 41.1 145.44 139.34 -
System Red Green Blue C M Y K H S L
Decimal 57 27 72 0.21 0.62 0 0.72 280 0.45 0.19
Hex 39 1B 48 15 3E 0 48 118 2D 13
Octal 71 33 110 25 76 0 110 430 55 23
Binary 111001 11011 1001000 10101 111110 0 1001000 100011000 101101 10011

Color Harmonies of #391B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391B48

Black with #391B48

Text Example


Text Example

White with #391B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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