Html Css Color HEX #310150 Blackcurrant

📋 copy color: '#310150'

red 49 ◦ green 1 ◦ blue 80

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

Shades of Blackcurrant #310150

Tints of Blackcurrant #310150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 61.54%

R = 37.69%
G = 0.77%
B = 61.54%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#310150 (or 0x310150) is known color: Blackcurrant. HEX triplet: 31, 01 and 50. RGB value is (49,1,80). Sum of RGB (Red+Green+Blue) = 49+1+80=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 80 (31.64% from 255 or 61.54% from 130); Max value from RGB is 80 - color contains mainly: blue. Hex color #310150 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310150 is #CEFEAF. Grayscale: #181818. Windows color (decimal): -13565616 or 5243185. OLE color: 5243185.

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

Color convert

RGB 49 1 80 -
CMYK 0.39 0.99 0 0.69
HSL 276.46º 0.98% 0.16% -
HSV(B) 276.46º 0.99% 0.31% -
XYZ 2.73 1.25 7.69 -
YUV 24.36 159.4 145.58 -
System Red Green Blue C M Y K H S L
Decimal 49 1 80 0.39 0.99 0 0.69 276.46 0.98 0.16
Hex 31 1 50 27 63 0 45 114 62 10
Octal 61 1 120 47 143 0 105 424 142 20
Binary 110001 1 1010000 100111 1100011 0 1000101 100010100 1100010 10000

Color Harmonies of #310150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310150

Black with #310150

Text Example


Text Example

White with #310150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310150; }

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

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

background-color css

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

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

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

border-color css

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

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

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