Html Css Color HEX #310F50 Blackcurrant

📋 copy color: '#310F50'

red 49 ◦ green 15 ◦ blue 80

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

Shades of Blackcurrant #310F50

Tints of Blackcurrant #310F50

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.42%

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

R = 34.03%
G = 10.42%
B = 55.56%

CMYK

 C value IS 0.39

 M value IS 0.81

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#310F50 (or 0x310F50) is known color: Blackcurrant. HEX triplet: 31, 0F and 50. RGB value is (49,15,80). Sum of RGB (Red+Green+Blue) = 49+15+80=144 (19% of max value = 765). Red value is 49 (19.53% from 255 or 34.03% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #310F50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310F50 is #CEF0AF. Grayscale: #202020. Windows color (decimal): -13562032 or 5246769. OLE color: 5246769.

HSL color Cylindrical-coordinate representation of color #310F50: hue angle of 271.38º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #310F50 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 15 80 -
CMYK 0.39 0.81 0 0.69
HSL 271.38º 0.68% 0.19% -
HSV(B) 271.38º 0.81% 0.31% -
XYZ 2.89 1.57 7.74 -
YUV 32.58 154.76 139.71 -
System Red Green Blue C M Y K H S L
Decimal 49 15 80 0.39 0.81 0 0.69 271.38 0.68 0.19
Hex 31 F 50 27 51 0 45 10F 44 13
Octal 61 17 120 47 121 0 105 417 104 23
Binary 110001 1111 1010000 100111 1010001 0 1000101 100001111 1000100 10011

Color Harmonies of #310F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310F50

Black with #310F50

Text Example


Text Example

White with #310F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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