Html Css Color HEX #310350 Blackcurrant

📋 copy color: '#310350'

red 49 ◦ green 3 ◦ blue 80

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

Shades of Blackcurrant #310350

Tints of Blackcurrant #310350

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.27%

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

R = 37.12%
G = 2.27%
B = 60.61%

CMYK

 C value IS 0.39

 M value IS 0.96

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#310350 (or 0x310350) is known color: Blackcurrant. HEX triplet: 31, 03 and 50. RGB value is (49,3,80). Sum of RGB (Red+Green+Blue) = 49+3+80=132 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.12% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 80 (31.64% from 255 or 60.61% from 132); Max value from RGB is 80 - color contains mainly: blue. Hex color #310350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #310350 is #CEFCAF. Grayscale: #191919. Windows color (decimal): -13565104 or 5243697. OLE color: 5243697.

HSL color Cylindrical-coordinate representation of color #310350: hue angle of 275.84º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #310350 is Cyan = 0.39, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 3 80 -
CMYK 0.39 0.96 0 0.69
HSL 275.84º 0.93% 0.16% -
HSV(B) 275.84º 0.96% 0.31% -
XYZ 2.75 1.3 7.7 -
YUV 25.53 158.74 144.74 -
System Red Green Blue C M Y K H S L
Decimal 49 3 80 0.39 0.96 0 0.69 275.84 0.93 0.16
Hex 31 3 50 27 60 0 45 114 5D 10
Octal 61 3 120 47 140 0 105 424 135 20
Binary 110001 11 1010000 100111 1100000 0 1000101 100010100 1011101 10000

Color Harmonies of #310350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310350

Black with #310350

Text Example


Text Example

White with #310350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310350; }

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

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

background-color css

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

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

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

border-color css

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

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

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