Html Css Color HEX #31114F Blackcurrant

📋 copy color: '#31114F'

red 49 ◦ green 17 ◦ blue 79

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

Shades of Blackcurrant #31114F

Tints of Blackcurrant #31114F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 54.48%

R = 33.79%
G = 11.72%
B = 54.48%

CMYK

 C value IS 0.38

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#31114F (or 0x31114F) is known color: Blackcurrant. HEX triplet: 31, 11 and 4F. RGB value is (49,17,79). Sum of RGB (Red+Green+Blue) = 49+17+79=145 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.79% from 145); Green value is 17 (7.03% from 255 or 11.72% from 145); Blue value is 79 (31.25% from 255 or 54.48% from 145); Max value from RGB is 79 - color contains mainly: blue. Hex color #31114F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31114F is #CEEEB0. Grayscale: #212121. Windows color (decimal): -13561521 or 5181745. OLE color: 5181745.

HSL color Cylindrical-coordinate representation of color #31114F: hue angle of 270.97º degrees, saturation: 0.65, 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 #31114F is Cyan = 0.38, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 17 79 -
CMYK 0.38 0.78 0 0.69
HSL 270.97º 0.65% 0.19% -
HSV(B) 270.97º 0.78% 0.31% -
XYZ 2.88 1.62 7.56 -
YUV 33.64 153.6 138.96 -
System Red Green Blue C M Y K H S L
Decimal 49 17 79 0.38 0.78 0 0.69 270.97 0.65 0.19
Hex 31 11 4F 26 4E 0 45 10F 41 13
Octal 61 21 117 46 116 0 105 417 101 23
Binary 110001 10001 1001111 100110 1001110 0 1000101 100001111 1000001 10011

Color Harmonies of #31114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31114F

Black with #31114F

Text Example


Text Example

White with #31114F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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