Html Css Color HEX #391641 Blackcurrant

📋 copy color: '#391641'

red 57 ◦ green 22 ◦ blue 65

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

Shades of Blackcurrant #391641

Tints of Blackcurrant #391641

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.28%

 BLUE value IS 65 (25.78% from 255) = 45.14%

R = 39.58%
G = 15.28%
B = 45.14%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#391641 (or 0x391641) is known color: Blackcurrant. HEX triplet: 39, 16 and 41. RGB value is (57,22,65). Sum of RGB (Red+Green+Blue) = 57+22+65=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 65 - color contains mainly: blue. Hex color #391641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391641 is #C6E9BE. Grayscale: #252525. Windows color (decimal): -13035967 or 4265529. OLE color: 4265529.

HSL color Cylindrical-coordinate representation of color #391641: hue angle of 288.84º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #391641 is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 22 65 -
CMYK 0.12 0.66 0 0.75
HSL 288.84º 0.49% 0.17% -
HSV(B) 288.84º 0.66% 0.25% -
XYZ 2.93 1.83 5.2 -
YUV 37.37 143.6 142 -
System Red Green Blue C M Y K H S L
Decimal 57 22 65 0.12 0.66 0 0.75 288.84 0.49 0.17
Hex 39 16 41 C 42 0 4B 121 31 11
Octal 71 26 101 14 102 0 113 441 61 21
Binary 111001 10110 1000001 1100 1000010 0 1001011 100100001 110001 10001

Color Harmonies of #391641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391641

Black with #391641

Text Example


Text Example

White with #391641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391641; }

 p { color: rgb(57,22,65); }

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

background-color css

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

 a { background-color: rgb(57,22,65); }

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

border-color css

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

 span { border-color: rgb(57,22,65); }

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