Html Css Color HEX #31014E Blackcurrant

📋 copy color: '#31014E'

red 49 ◦ green 1 ◦ blue 78

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

Shades of Blackcurrant #31014E

Tints of Blackcurrant #31014E

RGB

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

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

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

R = 38.28%
G = 0.78%
B = 60.94%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#31014E (or 0x31014E) is known color: Blackcurrant. HEX triplet: 31, 01 and 4E. RGB value is (49,1,78). Sum of RGB (Red+Green+Blue) = 49+1+78=128 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.28% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 78 (30.86% from 255 or 60.94% from 128); Max value from RGB is 78 - color contains mainly: blue. Hex color #31014E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31014E is #CEFEB1. Grayscale: #171717. Windows color (decimal): -13565618 or 5112113. OLE color: 5112113.

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

Color convert

RGB 49 1 78 -
CMYK 0.37 0.99 0 0.69
HSL 277.4º 0.97% 0.15% -
HSV(B) 277.4º 0.99% 0.31% -
XYZ 2.65 1.22 7.3 -
YUV 24.13 158.4 145.74 -
System Red Green Blue C M Y K H S L
Decimal 49 1 78 0.37 0.99 0 0.69 277.4 0.97 0.15
Hex 31 1 4E 25 63 0 45 115 61 F
Octal 61 1 116 45 143 0 105 425 141 17
Binary 110001 1 1001110 100101 1100011 0 1000101 100010101 1100001 1111

Color Harmonies of #31014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31014E

Black with #31014E

Text Example


Text Example

White with #31014E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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