Html Css Color HEX #311039 Blackcurrant

📋 copy color: '#311039'

red 49 ◦ green 16 ◦ blue 57

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

Shades of Blackcurrant #311039

Tints of Blackcurrant #311039

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.11%

 BLUE value IS 57 (22.66% from 255) = 46.72%

R = 40.16%
G = 13.11%
B = 46.72%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#311039 (or 0x311039) is known color: Blackcurrant. HEX triplet: 31, 10 and 39. RGB value is (49,16,57). Sum of RGB (Red+Green+Blue) = 49+16+57=122 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.16% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 57 (22.66% from 255 or 46.72% from 122); Max value from RGB is 57 - color contains mainly: blue. Hex color #311039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311039 is #CEEFC6. Grayscale: #1E1E1E. Windows color (decimal): -13561799 or 3739697. OLE color: 3739697.

HSL color Cylindrical-coordinate representation of color #311039: hue angle of 288.29º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #311039 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 16 57 -
CMYK 0.14 0.72 0 0.78
HSL 288.29º 0.56% 0.14% -
HSV(B) 288.29º 0.72% 0.22% -
XYZ 2.19 1.32 4.01 -
YUV 30.54 142.93 141.17 -
System Red Green Blue C M Y K H S L
Decimal 49 16 57 0.14 0.72 0 0.78 288.29 0.56 0.14
Hex 31 10 39 E 48 0 4E 120 38 E
Octal 61 20 71 16 110 0 116 440 70 16
Binary 110001 10000 111001 1110 1001000 0 1001110 100100000 111000 1110

Color Harmonies of #311039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311039

Black with #311039

Text Example


Text Example

White with #311039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311039; }

 p { color: rgb(49,16,57); }

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

background-color css

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

 a { background-color: rgb(49,16,57); }

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

border-color css

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

 span { border-color: rgb(49,16,57); }

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