Html Css Color HEX #311144 Blackcurrant

📋 copy color: '#311144'

red 49 ◦ green 17 ◦ blue 68

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

Shades of Blackcurrant #311144

Tints of Blackcurrant #311144

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.69%

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

R = 36.57%
G = 12.69%
B = 50.75%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#311144 (or 0x311144) is known color: Blackcurrant. HEX triplet: 31, 11 and 44. RGB value is (49,17,68). Sum of RGB (Red+Green+Blue) = 49+17+68=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 68 (26.95% from 255 or 50.75% from 134); Max value from RGB is 68 - color contains mainly: blue. Hex color #311144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311144 is #CEEEBB. Grayscale: #202020. Windows color (decimal): -13561532 or 4460849. OLE color: 4460849.

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

Color convert

RGB 49 17 68 -
CMYK 0.28 0.75 0 0.73
HSL 277.65º 0.6% 0.17% -
HSV(B) 277.65º 0.75% 0.27% -
XYZ 2.51 1.47 5.62 -
YUV 32.38 148.1 139.85 -
System Red Green Blue C M Y K H S L
Decimal 49 17 68 0.28 0.75 0 0.73 277.65 0.6 0.17
Hex 31 11 44 1C 4B 0 49 116 3C 11
Octal 61 21 104 34 113 0 111 426 74 21
Binary 110001 10001 1000100 11100 1001011 0 1001001 100010110 111100 10001

Color Harmonies of #311144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311144

Black with #311144

Text Example


Text Example

White with #311144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311144; }

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

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

background-color css

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

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

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

border-color css

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

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

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