Html Css Color HEX #311141 Blackcurrant

📋 copy color: '#311141'

red 49 ◦ green 17 ◦ blue 65

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

Shades of Blackcurrant #311141

Tints of Blackcurrant #311141

RGB

 RED value IS 49 (19.53% from 255) = 37.4%

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

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

R = 37.4%
G = 12.98%
B = 49.62%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#311141 (or 0x311141) is known color: Blackcurrant. HEX triplet: 31, 11 and 41. RGB value is (49,17,65). Sum of RGB (Red+Green+Blue) = 49+17+65=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 65 (25.78% from 255 or 49.62% from 131); Max value from RGB is 65 - color contains mainly: blue. Hex color #311141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311141 is #CEEEBE. Grayscale: #1F1F1F. Windows color (decimal): -13561535 or 4264241. OLE color: 4264241.

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

Color convert

RGB 49 17 65 -
CMYK 0.25 0.74 0 0.75
HSL 280º 0.59% 0.16% -
HSV(B) 280º 0.74% 0.25% -
XYZ 2.42 1.44 5.15 -
YUV 32.04 146.6 140.1 -
System Red Green Blue C M Y K H S L
Decimal 49 17 65 0.25 0.74 0 0.75 280 0.59 0.16
Hex 31 11 41 19 4A 0 4B 118 3B 10
Octal 61 21 101 31 112 0 113 430 73 20
Binary 110001 10001 1000001 11001 1001010 0 1001011 100011000 111011 10000

Color Harmonies of #311141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311141

Black with #311141

Text Example


Text Example

White with #311141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311141; }

 p { color: rgb(49,17,65); }

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

background-color css

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

 a { background-color: rgb(49,17,65); }

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

border-color css

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

 span { border-color: rgb(49,17,65); }

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