Html Css Color HEX #311549 Blackcurrant

📋 copy color: '#311549'

red 49 ◦ green 21 ◦ blue 73

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

Shades of Blackcurrant #311549

Tints of Blackcurrant #311549

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.69%

 BLUE value IS 73 (28.91% from 255) = 51.05%

R = 34.27%
G = 14.69%
B = 51.05%

CMYK

 C value IS 0.33

 M value IS 0.71

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#311549 (or 0x311549) is known color: Blackcurrant. HEX triplet: 31, 15 and 49. RGB value is (49,21,73). Sum of RGB (Red+Green+Blue) = 49+21+73=143 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.27% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 73 (28.91% from 255 or 51.05% from 143); Max value from RGB is 73 - color contains mainly: blue. Hex color #311549 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311549 is #CEEAB6. Grayscale: #232323. Windows color (decimal): -13560503 or 4789553. OLE color: 4789553.

HSL color Cylindrical-coordinate representation of color #311549: hue angle of 272.31º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #311549 is Cyan = 0.33, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 21 73 -
CMYK 0.33 0.71 0 0.71
HSL 272.31º 0.55% 0.18% -
HSV(B) 272.31º 0.71% 0.29% -
XYZ 2.74 1.67 6.48 -
YUV 35.3 149.28 137.77 -
System Red Green Blue C M Y K H S L
Decimal 49 21 73 0.33 0.71 0 0.71 272.31 0.55 0.18
Hex 31 15 49 21 47 0 47 110 37 12
Octal 61 25 111 41 107 0 107 420 67 22
Binary 110001 10101 1001001 100001 1000111 0 1000111 100010000 110111 10010

Color Harmonies of #311549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311549

Black with #311549

Text Example


Text Example

White with #311549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311549; }

 p { color: rgb(49,21,73); }

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

background-color css

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

 a { background-color: rgb(49,21,73); }

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

border-color css

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

 span { border-color: rgb(49,21,73); }

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