Html Css Color HEX #311944 Blackcurrant

📋 copy color: '#311944'

red 49 ◦ green 25 ◦ blue 68

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

Shades of Blackcurrant #311944

Tints of Blackcurrant #311944

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.61%

 BLUE value IS 68 (26.95% from 255) = 47.89%

R = 34.51%
G = 17.61%
B = 47.89%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#311944 (or 0x311944) is known color: Blackcurrant. HEX triplet: 31, 19 and 44. RGB value is (49,25,68). Sum of RGB (Red+Green+Blue) = 49+25+68=142 (18% of max value = 765). Red value is 49 (19.53% from 255 or 34.51% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 68 (26.95% from 255 or 47.89% from 142); Max value from RGB is 68 - color contains mainly: blue. Hex color #311944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311944 is #CEE6BB. Grayscale: #242424. Windows color (decimal): -13559484 or 4462897. OLE color: 4462897.

HSL color Cylindrical-coordinate representation of color #311944: hue angle of 273.49º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #311944 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 25 68 -
CMYK 0.28 0.63 0 0.73
HSL 273.49º 0.46% 0.18% -
HSV(B) 273.49º 0.63% 0.27% -
XYZ 2.66 1.77 5.67 -
YUV 37.08 145.45 136.5 -
System Red Green Blue C M Y K H S L
Decimal 49 25 68 0.28 0.63 0 0.73 273.49 0.46 0.18
Hex 31 19 44 1C 3F 0 49 111 2E 12
Octal 61 31 104 34 77 0 111 421 56 22
Binary 110001 11001 1000100 11100 111111 0 1001001 100010001 101110 10010

Color Harmonies of #311944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311944

Black with #311944

Text Example


Text Example

White with #311944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311944; }

 p { color: rgb(49,25,68); }

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

background-color css

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

 a { background-color: rgb(49,25,68); }

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

border-color css

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

 span { border-color: rgb(49,25,68); }

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