Html Css Color HEX #310851 Blackcurrant

📋 copy color: '#310851'

red 49 ◦ green 8 ◦ blue 81

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

Shades of Blackcurrant #310851

Tints of Blackcurrant #310851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 58.7%

R = 35.51%
G = 5.8%
B = 58.7%

CMYK

 C value IS 0.40

 M value IS 0.90

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#310851 (or 0x310851) is known color: Blackcurrant. HEX triplet: 31, 08 and 51. RGB value is (49,8,81). Sum of RGB (Red+Green+Blue) = 49+8+81=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 81 (32.03% from 255 or 58.70% from 138); Max value from RGB is 81 - color contains mainly: blue. Hex color #310851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310851 is #CEF7AE. Grayscale: #1C1C1C. Windows color (decimal): -13563823 or 5310513. OLE color: 5310513.

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

Color convert

RGB 49 8 81 -
CMYK 0.40 0.90 0 0.68
HSL 273.7º 0.82% 0.17% -
HSV(B) 273.7º 0.9% 0.32% -
XYZ 2.84 1.42 7.91 -
YUV 28.58 157.58 142.56 -
System Red Green Blue C M Y K H S L
Decimal 49 8 81 0.40 0.90 0 0.68 273.7 0.82 0.17
Hex 31 8 51 28 5A 0 44 112 52 11
Octal 61 10 121 50 132 0 104 422 122 21
Binary 110001 1000 1010001 101000 1011010 0 1000100 100010010 1010010 10001

Color Harmonies of #310851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310851

Black with #310851

Text Example


Text Example

White with #310851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310851; }

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

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

background-color css

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

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

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

border-color css

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

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

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