Html Css Color HEX #31014D Blackcurrant

📋 copy color: '#31014D'

red 49 ◦ green 1 ◦ blue 77

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

Shades of Blackcurrant #31014D

Tints of Blackcurrant #31014D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.79%

 BLUE value IS 77 (30.47% from 255) = 60.63%

R = 38.58%
G = 0.79%
B = 60.63%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#31014D (or 0x31014D) is known color: Blackcurrant. HEX triplet: 31, 01 and 4D. RGB value is (49,1,77). Sum of RGB (Red+Green+Blue) = 49+1+77=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 77 (30.47% from 255 or 60.63% from 127); Max value from RGB is 77 - color contains mainly: blue. Hex color #31014D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31014D is #CEFEB2. Grayscale: #171717. Windows color (decimal): -13565619 or 5046577. OLE color: 5046577.

HSL color Cylindrical-coordinate representation of color #31014D: hue angle of 277.89º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #31014D is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 1 77 -
CMYK 0.36 0.99 0 0.70
HSL 277.89º 0.97% 0.15% -
HSV(B) 277.89º 0.99% 0.3% -
XYZ 2.62 1.21 7.12 -
YUV 24.02 157.9 145.82 -
System Red Green Blue C M Y K H S L
Decimal 49 1 77 0.36 0.99 0 0.70 277.89 0.97 0.15
Hex 31 1 4D 24 63 0 46 116 61 F
Octal 61 1 115 44 143 0 106 426 141 17
Binary 110001 1 1001101 100100 1100011 0 1000110 100010110 1100001 1111

Color Harmonies of #31014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31014D

Black with #31014D

Text Example


Text Example

White with #31014D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31014D; }

 p { color: rgb(49,1,77); }

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

background-color css

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

 a { background-color: rgb(49,1,77); }

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

border-color css

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

 span { border-color: rgb(49,1,77); }

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