Html Css Color HEX #31014A Blackcurrant

📋 copy color: '#31014A'

red 49 ◦ green 1 ◦ blue 74

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

Shades of Blackcurrant #31014A

Tints of Blackcurrant #31014A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 59.68%

R = 39.52%
G = 0.81%
B = 59.68%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#31014A (or 0x31014A) is known color: Blackcurrant. HEX triplet: 31, 01 and 4A. RGB value is (49,1,74). Sum of RGB (Red+Green+Blue) = 49+1+74=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 74 (29.30% from 255 or 59.68% from 124); Max value from RGB is 74 - color contains mainly: blue. Hex color #31014A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31014A is #CEFEB5. Grayscale: #171717. Windows color (decimal): -13565622 or 4849969. OLE color: 4849969.

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

Color convert

RGB 49 1 74 -
CMYK 0.34 0.99 0 0.71
HSL 279.45º 0.97% 0.15% -
HSV(B) 279.45º 0.99% 0.29% -
XYZ 2.51 1.17 6.57 -
YUV 23.67 156.4 146.06 -
System Red Green Blue C M Y K H S L
Decimal 49 1 74 0.34 0.99 0 0.71 279.45 0.97 0.15
Hex 31 1 4A 22 63 0 47 117 61 F
Octal 61 1 112 42 143 0 107 427 141 17
Binary 110001 1 1001010 100010 1100011 0 1000111 100010111 1100001 1111

Color Harmonies of #31014A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31014A

Black with #31014A

Text Example


Text Example

White with #31014A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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