Html Css Color HEX #31114E Blackcurrant

📋 copy color: '#31114E'

red 49 ◦ green 17 ◦ blue 78

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

Shades of Blackcurrant #31114E

Tints of Blackcurrant #31114E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 54.17%

R = 34.03%
G = 11.81%
B = 54.17%

CMYK

 C value IS 0.37

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#31114E (or 0x31114E) is known color: Blackcurrant. HEX triplet: 31, 11 and 4E. RGB value is (49,17,78). Sum of RGB (Red+Green+Blue) = 49+17+78=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 78 (30.86% from 255 or 54.17% from 144); Max value from RGB is 78 - color contains mainly: blue. Hex color #31114E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31114E is #CEEEB1. Grayscale: #212121. Windows color (decimal): -13561522 or 5116209. OLE color: 5116209.

HSL color Cylindrical-coordinate representation of color #31114E: hue angle of 271.48º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31114E is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 17 78 -
CMYK 0.37 0.78 0 0.69
HSL 271.48º 0.64% 0.19% -
HSV(B) 271.48º 0.78% 0.31% -
XYZ 2.84 1.6 7.37 -
YUV 33.52 153.1 139.04 -
System Red Green Blue C M Y K H S L
Decimal 49 17 78 0.37 0.78 0 0.69 271.48 0.64 0.19
Hex 31 11 4E 25 4E 0 45 10F 40 13
Octal 61 21 116 45 116 0 105 417 100 23
Binary 110001 10001 1001110 100101 1001110 0 1000101 100001111 1000000 10011

Color Harmonies of #31114E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31114E

Black with #31114E

Text Example


Text Example

White with #31114E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31114E; }

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

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

background-color css

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

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

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

border-color css

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

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

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