Html Css Color HEX #391D41 Blackcurrant

📋 copy color: '#391D41'

red 57 ◦ green 29 ◦ blue 65

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

Shades of Blackcurrant #391D41

Tints of Blackcurrant #391D41

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.21%

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

R = 37.75%
G = 19.21%
B = 43.05%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#391D41 (or 0x391D41) is known color: Blackcurrant. HEX triplet: 39, 1D and 41. RGB value is (57,29,65). Sum of RGB (Red+Green+Blue) = 57+29+65=151 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.75% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 65 (25.78% from 255 or 43.05% from 151); Max value from RGB is 65 - color contains mainly: blue. Hex color #391D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391D41 is #C6E2BE. Grayscale: #292929. Windows color (decimal): -13034175 or 4267321. OLE color: 4267321.

HSL color Cylindrical-coordinate representation of color #391D41: hue angle of 286.67º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #391D41 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 57 29 65 -
CMYK 0.12 0.55 0 0.75
HSL 286.67º 0.38% 0.18% -
HSV(B) 286.67º 0.55% 0.25% -
XYZ 3.08 2.13 5.25 -
YUV 41.48 141.28 139.07 -
System Red Green Blue C M Y K H S L
Decimal 57 29 65 0.12 0.55 0 0.75 286.67 0.38 0.18
Hex 39 1D 41 C 37 0 4B 11F 26 12
Octal 71 35 101 14 67 0 113 437 46 22
Binary 111001 11101 1000001 1100 110111 0 1001011 100011111 100110 10010

Color Harmonies of #391D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391D41

Black with #391D41

Text Example


Text Example

White with #391D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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