Html Css Color HEX #391142 Blackcurrant

📋 copy color: '#391142'

red 57 ◦ green 17 ◦ blue 66

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

Shades of Blackcurrant #391142

Tints of Blackcurrant #391142

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.14%

 BLUE value IS 66 (26.17% from 255) = 47.14%

R = 40.71%
G = 12.14%
B = 47.14%

CMYK

 C value IS 0.14

 M value IS 0.74

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#391142 (or 0x391142) is known color: Blackcurrant. HEX triplet: 39, 11 and 42. RGB value is (57,17,66). Sum of RGB (Red+Green+Blue) = 57+17+66=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 66 (26.17% from 255 or 47.14% from 140); Max value from RGB is 66 - color contains mainly: blue. Hex color #391142 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391142 is #C6EEBD. Grayscale: #222222. Windows color (decimal): -13037246 or 4329785. OLE color: 4329785.

HSL color Cylindrical-coordinate representation of color #391142: hue angle of 288.98º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #391142 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 57 17 66 -
CMYK 0.14 0.74 0 0.74
HSL 288.98º 0.59% 0.16% -
HSV(B) 288.98º 0.74% 0.26% -
XYZ 2.87 1.66 5.32 -
YUV 34.55 145.75 144.02 -
System Red Green Blue C M Y K H S L
Decimal 57 17 66 0.14 0.74 0 0.74 288.98 0.59 0.16
Hex 39 11 42 E 4A 0 4A 121 3B 10
Octal 71 21 102 16 112 0 112 441 73 20
Binary 111001 10001 1000010 1110 1001010 0 1001010 100100001 111011 10000

Color Harmonies of #391142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391142

Black with #391142

Text Example


Text Example

White with #391142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391142; }

 p { color: rgb(57,17,66); }

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

background-color css

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

 a { background-color: rgb(57,17,66); }

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

border-color css

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

 span { border-color: rgb(57,17,66); }

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