Html Css Color HEX #31013E Blackcurrant

📋 copy color: '#31013E'

red 49 ◦ green 1 ◦ blue 62

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

Shades of Blackcurrant #31013E

Tints of Blackcurrant #31013E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 55.36%

R = 43.75%
G = 0.89%
B = 55.36%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#31013E (or 0x31013E) is known color: Blackcurrant. HEX triplet: 31, 01 and 3E. RGB value is (49,1,62). Sum of RGB (Red+Green+Blue) = 49+1+62=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 62 (24.61% from 255 or 55.36% from 112); Max value from RGB is 62 - color contains mainly: blue. Hex color #31013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31013E is #CEFEC1. Grayscale: #161616. Windows color (decimal): -13565634 or 4063537. OLE color: 4063537.

HSL color Cylindrical-coordinate representation of color #31013E: hue angle of 287.21º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31013E is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 49 1 62 -
CMYK 0.21 0.98 0 0.76
HSL 287.21º 0.97% 0.12% -
HSV(B) 287.21º 0.98% 0.24% -
XYZ 2.15 1.02 4.64 -
YUV 22.31 150.4 147.04 -
System Red Green Blue C M Y K H S L
Decimal 49 1 62 0.21 0.98 0 0.76 287.21 0.97 0.12
Hex 31 1 3E 15 62 0 4C 11F 61 C
Octal 61 1 76 25 142 0 114 437 141 14
Binary 110001 1 111110 10101 1100010 0 1001100 100011111 1100001 1100

Color Harmonies of #31013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31013E

Black with #31013E

Text Example


Text Example

White with #31013E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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