Html Css Color HEX #310539 Blackcurrant

📋 copy color: '#310539'

red 49 ◦ green 5 ◦ blue 57

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

Shades of Blackcurrant #310539

Tints of Blackcurrant #310539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 51.35%

R = 44.14%
G = 4.5%
B = 51.35%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#310539 (or 0x310539) is known color: Blackcurrant. HEX triplet: 31, 05 and 39. RGB value is (49,5,57). Sum of RGB (Red+Green+Blue) = 49+5+57=111 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.14% from 111); Green value is 5 (2.34% from 255 or 4.50% from 111); Blue value is 57 (22.66% from 255 or 51.35% from 111); Max value from RGB is 57 - color contains mainly: blue. Hex color #310539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310539 is #CEFAC6. Grayscale: #171717. Windows color (decimal): -13564615 or 3736881. OLE color: 3736881.

HSL color Cylindrical-coordinate representation of color #310539: hue angle of 290.77º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #310539 is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 5 57 -
CMYK 0.14 0.91 0 0.78
HSL 290.77º 0.84% 0.12% -
HSV(B) 290.77º 0.91% 0.22% -
XYZ 2.06 1.06 3.97 -
YUV 24.08 146.58 145.77 -
System Red Green Blue C M Y K H S L
Decimal 49 5 57 0.14 0.91 0 0.78 290.77 0.84 0.12
Hex 31 5 39 E 5B 0 4E 123 54 C
Octal 61 5 71 16 133 0 116 443 124 14
Binary 110001 101 111001 1110 1011011 0 1001110 100100011 1010100 1100

Color Harmonies of #310539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310539

Black with #310539

Text Example


Text Example

White with #310539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310539; }

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

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

background-color css

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

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

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

border-color css

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

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

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