Html Css Color HEX #31013A Blackcurrant

📋 copy color: '#31013A'

red 49 ◦ green 1 ◦ blue 58

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

Shades of Blackcurrant #31013A

Tints of Blackcurrant #31013A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 53.7%

R = 45.37%
G = 0.93%
B = 53.7%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#31013A (or 0x31013A) is known color: Blackcurrant. HEX triplet: 31, 01 and 3A. RGB value is (49,1,58). Sum of RGB (Red+Green+Blue) = 49+1+58=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 58 (23.05% from 255 or 53.70% from 108); Max value from RGB is 58 - color contains mainly: blue. Hex color #31013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31013A is #CEFEC5. Grayscale: #151515. Windows color (decimal): -13565638 or 3801393. OLE color: 3801393.

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

Color convert

RGB 49 1 58 -
CMYK 0.16 0.98 0 0.77
HSL 290.53º 0.97% 0.12% -
HSV(B) 290.53º 0.98% 0.23% -
XYZ 2.04 0.98 4.08 -
YUV 21.85 148.4 147.37 -
System Red Green Blue C M Y K H S L
Decimal 49 1 58 0.16 0.98 0 0.77 290.53 0.97 0.12
Hex 31 1 3A 10 62 0 4D 123 61 C
Octal 61 1 72 20 142 0 115 443 141 14
Binary 110001 1 111010 10000 1100010 0 1001101 100100011 1100001 1100

Color Harmonies of #31013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31013A

Black with #31013A

Text Example


Text Example

White with #31013A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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