Html Css Color HEX #310850 Blackcurrant

📋 copy color: '#310850'

red 49 ◦ green 8 ◦ blue 80

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

Shades of Blackcurrant #310850

Tints of Blackcurrant #310850

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.84%

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

R = 35.77%
G = 5.84%
B = 58.39%

CMYK

 C value IS 0.39

 M value IS 0.90

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#310850 (or 0x310850) is known color: Blackcurrant. HEX triplet: 31, 08 and 50. RGB value is (49,8,80). Sum of RGB (Red+Green+Blue) = 49+8+80=137 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.77% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 80 (31.64% from 255 or 58.39% from 137); Max value from RGB is 80 - color contains mainly: blue. Hex color #310850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310850 is #CEF7AF. Grayscale: #1C1C1C. Windows color (decimal): -13563824 or 5244977. OLE color: 5244977.

HSL color Cylindrical-coordinate representation of color #310850: hue angle of 274.17º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #310850 is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 8 80 -
CMYK 0.39 0.90 0 0.69
HSL 274.17º 0.82% 0.17% -
HSV(B) 274.17º 0.9% 0.31% -
XYZ 2.8 1.41 7.71 -
YUV 28.47 157.08 142.65 -
System Red Green Blue C M Y K H S L
Decimal 49 8 80 0.39 0.90 0 0.69 274.17 0.82 0.17
Hex 31 8 50 27 5A 0 45 112 52 11
Octal 61 10 120 47 132 0 105 422 122 21
Binary 110001 1000 1010000 100111 1011010 0 1000101 100010010 1010010 10001

Color Harmonies of #310850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310850

Black with #310850

Text Example


Text Example

White with #310850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310850; }

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

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

background-color css

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

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

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

border-color css

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

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

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