Html Css Color HEX #391341 Blackcurrant

📋 copy color: '#391341'

red 57 ◦ green 19 ◦ blue 65

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

Shades of Blackcurrant #391341

Tints of Blackcurrant #391341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.48%

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

R = 40.43%
G = 13.48%
B = 46.1%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#391341 (or 0x391341) is known color: Blackcurrant. HEX triplet: 39, 13 and 41. RGB value is (57,19,65). Sum of RGB (Red+Green+Blue) = 57+19+65=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 65 (25.78% from 255 or 46.10% from 141); Max value from RGB is 65 - color contains mainly: blue. Hex color #391341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391341 is #C6ECBE. Grayscale: #232323. Windows color (decimal): -13036735 or 4264761. OLE color: 4264761.

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

Color convert

RGB 57 19 65 -
CMYK 0.12 0.71 0 0.75
HSL 289.57º 0.55% 0.16% -
HSV(B) 289.57º 0.71% 0.25% -
XYZ 2.87 1.72 5.18 -
YUV 35.61 144.59 143.26 -
System Red Green Blue C M Y K H S L
Decimal 57 19 65 0.12 0.71 0 0.75 289.57 0.55 0.16
Hex 39 13 41 C 47 0 4B 122 37 10
Octal 71 23 101 14 107 0 113 442 67 20
Binary 111001 10011 1000001 1100 1000111 0 1001011 100100010 110111 10000

Color Harmonies of #391341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391341

Black with #391341

Text Example


Text Example

White with #391341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391341; }

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

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

background-color css

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

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

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

border-color css

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

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

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