Html Css Color HEX #31013F Blackcurrant

📋 copy color: '#31013F'

red 49 ◦ green 1 ◦ blue 63

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

Shades of Blackcurrant #31013F

Tints of Blackcurrant #31013F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 55.75%

R = 43.36%
G = 0.88%
B = 55.75%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#31013F (or 0x31013F) is known color: Blackcurrant. HEX triplet: 31, 01 and 3F. RGB value is (49,1,63). Sum of RGB (Red+Green+Blue) = 49+1+63=113 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.36% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 63 (25% from 255 or 55.75% from 113); Max value from RGB is 63 - color contains mainly: blue. Hex color #31013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31013F is #CEFEC0. Grayscale: #161616. Windows color (decimal): -13565633 or 4129073. OLE color: 4129073.

HSL color Cylindrical-coordinate representation of color #31013F: hue angle of 286.45º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31013F is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 1 63 -
CMYK 0.22 0.98 0 0.75
HSL 286.45º 0.97% 0.13% -
HSV(B) 286.45º 0.98% 0.25% -
XYZ 2.17 1.03 4.79 -
YUV 22.42 150.9 146.96 -
System Red Green Blue C M Y K H S L
Decimal 49 1 63 0.22 0.98 0 0.75 286.45 0.97 0.13
Hex 31 1 3F 16 62 0 4B 11E 61 D
Octal 61 1 77 26 142 0 113 436 141 15
Binary 110001 1 111111 10110 1100010 0 1001011 100011110 1100001 1101

Color Harmonies of #31013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31013F

Black with #31013F

Text Example


Text Example

White with #31013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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