Html Css Color HEX #310139 Blackcurrant

📋 copy color: '#310139'

red 49 ◦ green 1 ◦ blue 57

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

Shades of Blackcurrant #310139

Tints of Blackcurrant #310139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 53.27%

R = 45.79%
G = 0.93%
B = 53.27%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#310139 (or 0x310139) is known color: Blackcurrant. HEX triplet: 31, 01 and 39. RGB value is (49,1,57). Sum of RGB (Red+Green+Blue) = 49+1+57=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 57 (22.66% from 255 or 53.27% from 107); Max value from RGB is 57 - color contains mainly: blue. Hex color #310139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310139 is #CEFEC6. Grayscale: #151515. Windows color (decimal): -13565639 or 3735857. OLE color: 3735857.

HSL color Cylindrical-coordinate representation of color #310139: hue angle of 291.43º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #310139 is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 1 57 -
CMYK 0.14 0.98 0 0.78
HSL 291.43º 0.97% 0.11% -
HSV(B) 291.43º 0.98% 0.22% -
XYZ 2.02 0.97 3.95 -
YUV 21.74 147.9 147.45 -
System Red Green Blue C M Y K H S L
Decimal 49 1 57 0.14 0.98 0 0.78 291.43 0.97 0.11
Hex 31 1 39 E 62 0 4E 123 61 B
Octal 61 1 71 16 142 0 116 443 141 13
Binary 110001 1 111001 1110 1100010 0 1001110 100100011 1100001 1011

Color Harmonies of #310139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310139

Black with #310139

Text Example


Text Example

White with #310139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310139; }

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

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

background-color css

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

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

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

border-color css

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

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

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