Html Css Color HEX #391C45 Blackcurrant

📋 copy color: '#391C45'

red 57 ◦ green 28 ◦ blue 69

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

Shades of Blackcurrant #391C45

Tints of Blackcurrant #391C45

RGB

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

 GREEN value IS 28 (11.33% from 255) = 18.18%

 BLUE value IS 69 (27.34% from 255) = 44.81%

R = 37.01%
G = 18.18%
B = 44.81%

CMYK

 C value IS 0.17

 M value IS 0.59

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#391C45 (or 0x391C45) is known color: Blackcurrant. HEX triplet: 39, 1C and 45. RGB value is (57,28,69). Sum of RGB (Red+Green+Blue) = 57+28+69=154 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.01% from 154); Green value is 28 (11.33% from 255 or 18.18% from 154); Blue value is 69 (27.34% from 255 or 44.81% from 154); Max value from RGB is 69 - color contains mainly: blue. Hex color #391C45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #391C45 is #C6E3BA. Grayscale: #292929. Windows color (decimal): -13034427 or 4529209. OLE color: 4529209.

HSL color Cylindrical-coordinate representation of color #391C45: hue angle of 282.44º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #391C45 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 57 28 69 -
CMYK 0.17 0.59 0 0.73
HSL 282.44º 0.42% 0.19% -
HSV(B) 282.44º 0.59% 0.27% -
XYZ 3.18 2.13 5.87 -
YUV 41.35 143.61 139.17 -
System Red Green Blue C M Y K H S L
Decimal 57 28 69 0.17 0.59 0 0.73 282.44 0.42 0.19
Hex 39 1C 45 11 3B 0 49 11A 2A 13
Octal 71 34 105 21 73 0 111 432 52 23
Binary 111001 11100 1000101 10001 111011 0 1001001 100011010 101010 10011

Color Harmonies of #391C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391C45

Black with #391C45

Text Example


Text Example

White with #391C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,28,69); }

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

background-color css

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

 a { background-color: rgb(57,28,69); }

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

border-color css

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

 span { border-color: rgb(57,28,69); }

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