Html Css Color HEX #391540 Blackcurrant

📋 copy color: '#391540'

red 57 ◦ green 21 ◦ blue 64

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

Shades of Blackcurrant #391540

Tints of Blackcurrant #391540

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.79%

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

R = 40.14%
G = 14.79%
B = 45.07%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#391540 (or 0x391540) is known color: Blackcurrant. HEX triplet: 39, 15 and 40. RGB value is (57,21,64). Sum of RGB (Red+Green+Blue) = 57+21+64=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 21 (8.59% from 255 or 14.79% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 64 - color contains mainly: blue. Hex color #391540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391540 is #C6EABF. Grayscale: #242424. Windows color (decimal): -13036224 or 4199737. OLE color: 4199737.

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

Color convert

RGB 57 21 64 -
CMYK 0.11 0.67 0 0.75
HSL 290.23º 0.51% 0.17% -
HSV(B) 290.23º 0.67% 0.25% -
XYZ 2.88 1.78 5.04 -
YUV 36.67 143.43 142.5 -
System Red Green Blue C M Y K H S L
Decimal 57 21 64 0.11 0.67 0 0.75 290.23 0.51 0.17
Hex 39 15 40 B 43 0 4B 122 33 11
Octal 71 25 100 13 103 0 113 442 63 21
Binary 111001 10101 1000000 1011 1000011 0 1001011 100100010 110011 10001

Color Harmonies of #391540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391540

Black with #391540

Text Example


Text Example

White with #391540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391540; }

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

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

background-color css

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

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

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

border-color css

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

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

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