Html Css Color HEX #310151 Blackcurrant

📋 copy color: '#310151'

red 49 ◦ green 1 ◦ blue 81

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

Shades of Blackcurrant #310151

Tints of Blackcurrant #310151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 61.83%

R = 37.4%
G = 0.76%
B = 61.83%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#310151 (or 0x310151) is known color: Blackcurrant. HEX triplet: 31, 01 and 51. RGB value is (49,1,81). Sum of RGB (Red+Green+Blue) = 49+1+81=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #310151 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310151 is #CEFEAE. Grayscale: #181818. Windows color (decimal): -13565615 or 5308721. OLE color: 5308721.

HSL color Cylindrical-coordinate representation of color #310151: hue angle of 276º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #310151 is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 1 81 -
CMYK 0.40 0.99 0 0.68
HSL 276º 0.98% 0.16% -
HSV(B) 276º 0.99% 0.32% -
XYZ 2.76 1.27 7.88 -
YUV 24.47 159.9 145.5 -
System Red Green Blue C M Y K H S L
Decimal 49 1 81 0.40 0.99 0 0.68 276 0.98 0.16
Hex 31 1 51 28 63 0 44 114 62 10
Octal 61 1 121 50 143 0 104 424 142 20
Binary 110001 1 1010001 101000 1100011 0 1000100 100010100 1100010 10000

Color Harmonies of #310151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310151

Black with #310151

Text Example


Text Example

White with #310151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310151; }

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

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

background-color css

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

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

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

border-color css

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

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

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