Html Css Color HEX #310456 Blackcurrant

📋 copy color: '#310456'

red 49 ◦ green 4 ◦ blue 86

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

Shades of Blackcurrant #310456

Tints of Blackcurrant #310456

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.88%

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

R = 35.25%
G = 2.88%
B = 61.87%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#310456 (or 0x310456) is known color: Blackcurrant. HEX triplet: 31, 04 and 56. RGB value is (49,4,86). Sum of RGB (Red+Green+Blue) = 49+4+86=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 86 (33.98% from 255 or 61.87% from 139); Max value from RGB is 86 - color contains mainly: blue. Hex color #310456 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310456 is #CEFBA9. Grayscale: #1A1A1A. Windows color (decimal): -13564842 or 5637169. OLE color: 5637169.

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

Color convert

RGB 49 4 86 -
CMYK 0.43 0.95 0 0.66
HSL 272.93º 0.91% 0.18% -
HSV(B) 272.93º 0.95% 0.34% -
XYZ 2.99 1.41 8.92 -
YUV 26.8 161.41 143.83 -
System Red Green Blue C M Y K H S L
Decimal 49 4 86 0.43 0.95 0 0.66 272.93 0.91 0.18
Hex 31 4 56 2B 5F 0 42 111 5B 12
Octal 61 4 126 53 137 0 102 421 133 22
Binary 110001 100 1010110 101011 1011111 0 1000010 100010001 1011011 10010

Color Harmonies of #310456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310456

Black with #310456

Text Example


Text Example

White with #310456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310456; }

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

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

background-color css

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

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

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

border-color css

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

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

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