Html Css Color HEX #310551 Blackcurrant

📋 copy color: '#310551'

red 49 ◦ green 5 ◦ blue 81

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

Shades of Blackcurrant #310551

Tints of Blackcurrant #310551

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.7%

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

R = 36.3%
G = 3.7%
B = 60%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#310551 (or 0x310551) is known color: Blackcurrant. HEX triplet: 31, 05 and 51. RGB value is (49,5,81). Sum of RGB (Red+Green+Blue) = 49+5+81=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 5 (2.34% from 255 or 3.70% from 135); Blue value is 81 (32.03% from 255 or 60% from 135); Max value from RGB is 81 - color contains mainly: blue. Hex color #310551 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310551 is #CEFAAE. Grayscale: #1A1A1A. Windows color (decimal): -13564591 or 5309745. OLE color: 5309745.

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

Color convert

RGB 49 5 81 -
CMYK 0.40 0.94 0 0.68
HSL 274.74º 0.88% 0.17% -
HSV(B) 274.74º 0.94% 0.32% -
XYZ 2.81 1.36 7.9 -
YUV 26.82 158.58 143.82 -
System Red Green Blue C M Y K H S L
Decimal 49 5 81 0.40 0.94 0 0.68 274.74 0.88 0.17
Hex 31 5 51 28 5E 0 44 113 58 11
Octal 61 5 121 50 136 0 104 423 130 21
Binary 110001 101 1010001 101000 1011110 0 1000100 100010011 1011000 10001

Color Harmonies of #310551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310551

Black with #310551

Text Example


Text Example

White with #310551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310551; }

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

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

background-color css

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

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

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

border-color css

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

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

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