Html Css Color HEX #391040 Blackcurrant

📋 copy color: '#391040'

red 57 ◦ green 16 ◦ blue 64

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

Shades of Blackcurrant #391040

Tints of Blackcurrant #391040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 46.72%

R = 41.61%
G = 11.68%
B = 46.72%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#391040 (or 0x391040) is known color: Blackcurrant. HEX triplet: 39, 10 and 40. RGB value is (57,16,64). Sum of RGB (Red+Green+Blue) = 57+16+64=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 64 (25.39% from 255 or 46.72% from 137); Max value from RGB is 64 - color contains mainly: blue. Hex color #391040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391040 is #C6EFBF. Grayscale: #212121. Windows color (decimal): -13037504 or 4198457. OLE color: 4198457.

HSL color Cylindrical-coordinate representation of color #391040: hue angle of 291.25º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #391040 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 16 64 -
CMYK 0.11 0.75 0 0.75
HSL 291.25º 0.6% 0.16% -
HSV(B) 291.25º 0.75% 0.25% -
XYZ 2.8 1.61 5.01 -
YUV 33.73 145.08 144.6 -
System Red Green Blue C M Y K H S L
Decimal 57 16 64 0.11 0.75 0 0.75 291.25 0.6 0.16
Hex 39 10 40 B 4B 0 4B 123 3C 10
Octal 71 20 100 13 113 0 113 443 74 20
Binary 111001 10000 1000000 1011 1001011 0 1001011 100100011 111100 10000

Color Harmonies of #391040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391040

Black with #391040

Text Example


Text Example

White with #391040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391040; }

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

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

background-color css

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

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

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

border-color css

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

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

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