Html Css Color HEX #31014F Blackcurrant

📋 copy color: '#31014F'

red 49 ◦ green 1 ◦ blue 79

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

Shades of Blackcurrant #31014F

Tints of Blackcurrant #31014F

RGB

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

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

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

R = 37.98%
G = 0.78%
B = 61.24%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#31014F (or 0x31014F) is known color: Blackcurrant. HEX triplet: 31, 01 and 4F. RGB value is (49,1,79). Sum of RGB (Red+Green+Blue) = 49+1+79=129 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.98% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 79 (31.25% from 255 or 61.24% from 129); Max value from RGB is 79 - color contains mainly: blue. Hex color #31014F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #31014F is #CEFEB0. Grayscale: #171717. Windows color (decimal): -13565617 or 5177649. OLE color: 5177649.

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

Color convert

RGB 49 1 79 -
CMYK 0.38 0.99 0 0.69
HSL 276.92º 0.98% 0.16% -
HSV(B) 276.92º 0.99% 0.31% -
XYZ 2.69 1.24 7.49 -
YUV 24.24 158.9 145.66 -
System Red Green Blue C M Y K H S L
Decimal 49 1 79 0.38 0.99 0 0.69 276.92 0.98 0.16
Hex 31 1 4F 26 63 0 45 115 62 10
Octal 61 1 117 46 143 0 105 425 142 20
Binary 110001 1 1001111 100110 1100011 0 1000101 100010101 1100010 10000

Color Harmonies of #31014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31014F

Black with #31014F

Text Example


Text Example

White with #31014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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