Html Css Color HEX #310056 Blackcurrant

📋 copy color: '#310056'

red 49 ◦ green 0 ◦ blue 86

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

Shades of Blackcurrant #310056

Tints of Blackcurrant #310056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 63.7%

R = 36.3%
G = 0%
B = 63.7%

CMYK

 C value IS 0.43

 M value IS 1

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#310056 (or 0x310056) is known color: Blackcurrant. HEX triplet: 31, 00 and 56. RGB value is (49,0,86). Sum of RGB (Red+Green+Blue) = 49+0+86=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 86 (33.98% from 255 or 63.70% from 135); Max value from RGB is 86 - color contains mainly: blue. Hex color #310056 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310056 is #CEFFA9. Grayscale: #181818. Windows color (decimal): -13565866 or 5636145. OLE color: 5636145.

HSL color Cylindrical-coordinate representation of color #310056: hue angle of 274.19º 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 #310056 is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 0 86 -
CMYK 0.43 1 0 0.66
HSL 274.19º 1% 0.17% -
HSV(B) 274.19º 1% 0.34% -
XYZ 2.95 1.32 8.9 -
YUV 24.46 162.73 145.51 -
System Red Green Blue C M Y K H S L
Decimal 49 0 86 0.43 1 0 0.66 274.19 1 0.17
Hex 31 0 56 2B 64 0 42 112 64 11
Octal 61 0 126 53 144 0 102 422 144 21
Binary 110001 0 1010110 101011 1100100 0 1000010 100010010 1100100 10001

Color Harmonies of #310056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310056

Black with #310056

Text Example


Text Example

White with #310056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310056; }

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

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

background-color css

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

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

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

border-color css

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

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

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