Html Css Color HEX #310B50 Blackcurrant

📋 copy color: '#310B50'

red 49 ◦ green 11 ◦ blue 80

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

Shades of Blackcurrant #310B50

Tints of Blackcurrant #310B50

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.86%

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

R = 35%
G = 7.86%
B = 57.14%

CMYK

 C value IS 0.39

 M value IS 0.86

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#310B50 (or 0x310B50) is known color: Blackcurrant. HEX triplet: 31, 0B and 50. RGB value is (49,11,80). Sum of RGB (Red+Green+Blue) = 49+11+80=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 11 (4.69% from 255 or 7.86% from 140); Blue value is 80 (31.64% from 255 or 57.14% from 140); Max value from RGB is 80 - color contains mainly: blue. Hex color #310B50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310B50 is #CEF4AF. Grayscale: #1D1D1D. Windows color (decimal): -13563056 or 5245745. OLE color: 5245745.

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

Color convert

RGB 49 11 80 -
CMYK 0.39 0.86 0 0.69
HSL 273.04º 0.76% 0.18% -
HSV(B) 273.04º 0.86% 0.31% -
XYZ 2.83 1.47 7.72 -
YUV 30.23 156.09 141.39 -
System Red Green Blue C M Y K H S L
Decimal 49 11 80 0.39 0.86 0 0.69 273.04 0.76 0.18
Hex 31 B 50 27 56 0 45 111 4C 12
Octal 61 13 120 47 126 0 105 421 114 22
Binary 110001 1011 1010000 100111 1010110 0 1000101 100010001 1001100 10010

Color Harmonies of #310B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310B50

Black with #310B50

Text Example


Text Example

White with #310B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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