Html Css Color HEX #311847 Blackcurrant

📋 copy color: '#311847'

red 49 ◦ green 24 ◦ blue 71

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

Shades of Blackcurrant #311847

Tints of Blackcurrant #311847

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.67%

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

R = 34.03%
G = 16.67%
B = 49.31%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#311847 (or 0x311847) is known color: Blackcurrant. HEX triplet: 31, 18 and 47. RGB value is (49,24,71). Sum of RGB (Red+Green+Blue) = 49+24+71=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 71 (28.12% from 255 or 49.31% from 144); Max value from RGB is 71 - color contains mainly: blue. Hex color #311847 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311847 is #CEE7B8. Grayscale: #242424. Windows color (decimal): -13559737 or 4659249. OLE color: 4659249.

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

Color convert

RGB 49 24 71 -
CMYK 0.31 0.66 0 0.72
HSL 271.91º 0.49% 0.19% -
HSV(B) 271.91º 0.66% 0.28% -
XYZ 2.73 1.76 6.16 -
YUV 36.83 147.28 136.68 -
System Red Green Blue C M Y K H S L
Decimal 49 24 71 0.31 0.66 0 0.72 271.91 0.49 0.19
Hex 31 18 47 1F 42 0 48 110 31 13
Octal 61 30 107 37 102 0 110 420 61 23
Binary 110001 11000 1000111 11111 1000010 0 1001000 100010000 110001 10011

Color Harmonies of #311847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311847

Black with #311847

Text Example


Text Example

White with #311847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311847; }

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

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

background-color css

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

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

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

border-color css

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

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

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