Html Css Color HEX #311244 Blackcurrant

📋 copy color: '#311244'

red 49 ◦ green 18 ◦ blue 68

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

Shades of Blackcurrant #311244

Tints of Blackcurrant #311244

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.33%

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

R = 36.3%
G = 13.33%
B = 50.37%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#311244 (or 0x311244) is known color: Blackcurrant. HEX triplet: 31, 12 and 44. RGB value is (49,18,68). Sum of RGB (Red+Green+Blue) = 49+18+68=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 68 (26.95% from 255 or 50.37% from 135); Max value from RGB is 68 - color contains mainly: blue. Hex color #311244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311244 is #CEEDBB. Grayscale: #202020. Windows color (decimal): -13561276 or 4461105. OLE color: 4461105.

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

Color convert

RGB 49 18 68 -
CMYK 0.28 0.74 0 0.73
HSL 277.2º 0.58% 0.17% -
HSV(B) 277.2º 0.74% 0.27% -
XYZ 2.53 1.5 5.63 -
YUV 32.97 147.77 139.43 -
System Red Green Blue C M Y K H S L
Decimal 49 18 68 0.28 0.74 0 0.73 277.2 0.58 0.17
Hex 31 12 44 1C 4A 0 49 115 3A 11
Octal 61 22 104 34 112 0 111 425 72 21
Binary 110001 10010 1000100 11100 1001010 0 1001001 100010101 111010 10001

Color Harmonies of #311244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311244

Black with #311244

Text Example


Text Example

White with #311244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311244; }

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

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

background-color css

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

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

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

border-color css

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

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

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