Html Css Color HEX #310057 Blackcurrant

📋 copy color: '#310057'

red 49 ◦ green 0 ◦ blue 87

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

Shades of Blackcurrant #310057

Tints of Blackcurrant #310057

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 36.03%
G = 0%
B = 63.97%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#310057 (or 0x310057) is known color: Blackcurrant. HEX triplet: 31, 00 and 57. RGB value is (49,0,87). Sum of RGB (Red+Green+Blue) = 49+0+87=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 87 (34.38% from 255 or 63.97% from 136); Max value from RGB is 87 - color contains mainly: blue. Hex color #310057 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310057 is #CEFFA8. Grayscale: #181818. Windows color (decimal): -13565865 or 5701681. OLE color: 5701681.

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

Color convert

RGB 49 0 87 -
CMYK 0.44 1 0 0.66
HSL 273.79º 1% 0.17% -
HSV(B) 273.79º 1% 0.34% -
XYZ 2.99 1.34 9.12 -
YUV 24.57 163.23 145.43 -
System Red Green Blue C M Y K H S L
Decimal 49 0 87 0.44 1 0 0.66 273.79 1 0.17
Hex 31 0 57 2C 64 0 42 112 64 11
Octal 61 0 127 54 144 0 102 422 144 21
Binary 110001 0 1010111 101100 1100100 0 1000010 100010010 1100100 10001

Color Harmonies of #310057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310057

Black with #310057

Text Example


Text Example

White with #310057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310057; }

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

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

background-color css

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

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

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

border-color css

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

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

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