Html Css Color HEX #310157 Blackcurrant

📋 copy color: '#310157'

red 49 ◦ green 1 ◦ blue 87

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

Shades of Blackcurrant #310157

Tints of Blackcurrant #310157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 63.5%

R = 35.77%
G = 0.73%
B = 63.5%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#310157 (or 0x310157) is known color: Blackcurrant. HEX triplet: 31, 01 and 57. RGB value is (49,1,87). Sum of RGB (Red+Green+Blue) = 49+1+87=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 87 (34.38% from 255 or 63.50% from 137); Max value from RGB is 87 - color contains mainly: blue. Hex color #310157 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310157 is #CEFEA8. Grayscale: #181818. Windows color (decimal): -13565609 or 5701937. OLE color: 5701937.

HSL color Cylindrical-coordinate representation of color #310157: hue angle of 273.49º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #310157 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 1 87 -
CMYK 0.44 0.99 0 0.66
HSL 273.49º 0.98% 0.17% -
HSV(B) 273.49º 0.99% 0.34% -
XYZ 3 1.36 9.12 -
YUV 25.16 162.9 145.01 -
System Red Green Blue C M Y K H S L
Decimal 49 1 87 0.44 0.99 0 0.66 273.49 0.98 0.17
Hex 31 1 57 2C 63 0 42 111 62 11
Octal 61 1 127 54 143 0 102 421 142 21
Binary 110001 1 1010111 101100 1100011 0 1000010 100010001 1100010 10001

Color Harmonies of #310157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310157

Black with #310157

Text Example


Text Example

White with #310157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310157; }

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

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

background-color css

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

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

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

border-color css

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

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

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