Html Css Color HEX #391946 Blackcurrant

📋 copy color: '#391946'

red 57 ◦ green 25 ◦ blue 70

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

Shades of Blackcurrant #391946

Tints of Blackcurrant #391946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 46.05%

R = 37.5%
G = 16.45%
B = 46.05%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#391946 (or 0x391946) is known color: Blackcurrant. HEX triplet: 39, 19 and 46. RGB value is (57,25,70). Sum of RGB (Red+Green+Blue) = 57+25+70=152 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.5% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 70 (27.73% from 255 or 46.05% from 152); Max value from RGB is 70 - color contains mainly: blue. Hex color #391946 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391946 is #C6E6B9. Grayscale: #272727. Windows color (decimal): -13035194 or 4593977. OLE color: 4593977.

HSL color Cylindrical-coordinate representation of color #391946: hue angle of 282.67º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #391946 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 57 25 70 -
CMYK 0.19 0.64 0 0.73
HSL 282.67º 0.47% 0.19% -
HSV(B) 282.67º 0.64% 0.27% -
XYZ 3.14 2.01 6.02 -
YUV 39.7 145.1 140.34 -
System Red Green Blue C M Y K H S L
Decimal 57 25 70 0.19 0.64 0 0.73 282.67 0.47 0.19
Hex 39 19 46 13 40 0 49 11B 2F 13
Octal 71 31 106 23 100 0 111 433 57 23
Binary 111001 11001 1000110 10011 1000000 0 1001001 100011011 101111 10011

Color Harmonies of #391946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391946

Black with #391946

Text Example


Text Example

White with #391946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391946; }

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

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

background-color css

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

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

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

border-color css

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

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

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