Html Css Color HEX #310147 Blackcurrant

📋 copy color: '#310147'

red 49 ◦ green 1 ◦ blue 71

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

Shades of Blackcurrant #310147

Tints of Blackcurrant #310147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 58.68%

R = 40.5%
G = 0.83%
B = 58.68%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#310147 (or 0x310147) is known color: Blackcurrant. HEX triplet: 31, 01 and 47. RGB value is (49,1,71). Sum of RGB (Red+Green+Blue) = 49+1+71=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 71 (28.12% from 255 or 58.68% from 121); Max value from RGB is 71 - color contains mainly: blue. Hex color #310147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310147 is #CEFEB8. Grayscale: #171717. Windows color (decimal): -13565625 or 4653361. OLE color: 4653361.

HSL color Cylindrical-coordinate representation of color #310147: hue angle of 281.14º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #310147 is Cyan = 0.31, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 1 71 -
CMYK 0.31 0.99 0 0.72
HSL 281.14º 0.97% 0.14% -
HSV(B) 281.14º 0.99% 0.28% -
XYZ 2.41 1.13 6.05 -
YUV 23.33 154.9 146.31 -
System Red Green Blue C M Y K H S L
Decimal 49 1 71 0.31 0.99 0 0.72 281.14 0.97 0.14
Hex 31 1 47 1F 63 0 48 119 61 E
Octal 61 1 107 37 143 0 110 431 141 16
Binary 110001 1 1000111 11111 1100011 0 1001000 100011001 1100001 1110

Color Harmonies of #310147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310147

Black with #310147

Text Example


Text Example

White with #310147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310147; }

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

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

background-color css

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

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

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

border-color css

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

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

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