Html Css Color HEX #310356 Blackcurrant

📋 copy color: '#310356'

red 49 ◦ green 3 ◦ blue 86

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

Shades of Blackcurrant #310356

Tints of Blackcurrant #310356

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.17%

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

R = 35.51%
G = 2.17%
B = 62.32%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#310356 (or 0x310356) is known color: Blackcurrant. HEX triplet: 31, 03 and 56. RGB value is (49,3,86). Sum of RGB (Red+Green+Blue) = 49+3+86=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 86 (33.98% from 255 or 62.32% from 138); Max value from RGB is 86 - color contains mainly: blue. Hex color #310356 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310356 is #CEFCA9. Grayscale: #191919. Windows color (decimal): -13565098 or 5636913. OLE color: 5636913.

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

Color convert

RGB 49 3 86 -
CMYK 0.43 0.97 0 0.66
HSL 273.25º 0.93% 0.17% -
HSV(B) 273.25º 0.97% 0.34% -
XYZ 2.98 1.39 8.92 -
YUV 26.22 161.74 144.25 -
System Red Green Blue C M Y K H S L
Decimal 49 3 86 0.43 0.97 0 0.66 273.25 0.93 0.17
Hex 31 3 56 2B 61 0 42 111 5D 11
Octal 61 3 126 53 141 0 102 421 135 21
Binary 110001 11 1010110 101011 1100001 0 1000010 100010001 1011101 10001

Color Harmonies of #310356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310356

Black with #310356

Text Example


Text Example

White with #310356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310356; }

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

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

background-color css

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

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

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

border-color css

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

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

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