Html Css Color HEX #311047 Blackcurrant

📋 copy color: '#311047'

red 49 ◦ green 16 ◦ blue 71

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

Shades of Blackcurrant #311047

Tints of Blackcurrant #311047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 52.21%

R = 36.03%
G = 11.76%
B = 52.21%

CMYK

 C value IS 0.31

 M value IS 0.77

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#311047 (or 0x311047) is known color: Blackcurrant. HEX triplet: 31, 10 and 47. RGB value is (49,16,71). Sum of RGB (Red+Green+Blue) = 49+16+71=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 71 (28.12% from 255 or 52.21% from 136); Max value from RGB is 71 - color contains mainly: blue. Hex color #311047 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311047 is #CEEFB8. Grayscale: #1F1F1F. Windows color (decimal): -13561785 or 4657201. OLE color: 4657201.

HSL color Cylindrical-coordinate representation of color #311047: hue angle of 276º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #311047 is Cyan = 0.31, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 16 71 -
CMYK 0.31 0.77 0 0.72
HSL 276º 0.63% 0.17% -
HSV(B) 276º 0.77% 0.28% -
XYZ 2.59 1.48 6.11 -
YUV 32.14 149.93 140.03 -
System Red Green Blue C M Y K H S L
Decimal 49 16 71 0.31 0.77 0 0.72 276 0.63 0.17
Hex 31 10 47 1F 4D 0 48 114 3F 11
Octal 61 20 107 37 115 0 110 424 77 21
Binary 110001 10000 1000111 11111 1001101 0 1001000 100010100 111111 10001

Color Harmonies of #311047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311047

Black with #311047

Text Example


Text Example

White with #311047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311047; }

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

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

background-color css

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

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

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

border-color css

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

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

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