Html Css Color HEX #311539 Blackcurrant

📋 copy color: '#311539'

red 49 ◦ green 21 ◦ blue 57

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

Shades of Blackcurrant #311539

Tints of Blackcurrant #311539

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.54%

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

R = 38.58%
G = 16.54%
B = 44.88%

CMYK

 C value IS 0.14

 M value IS 0.63

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#311539 (or 0x311539) is known color: Blackcurrant. HEX triplet: 31, 15 and 39. RGB value is (49,21,57). Sum of RGB (Red+Green+Blue) = 49+21+57=127 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.58% from 127); Green value is 21 (8.59% from 255 or 16.54% from 127); Blue value is 57 (22.66% from 255 or 44.88% from 127); Max value from RGB is 57 - color contains mainly: blue. Hex color #311539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311539 is #CEEAC6. Grayscale: #212121. Windows color (decimal): -13560519 or 3740977. OLE color: 3740977.

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

Color convert

RGB 49 21 57 -
CMYK 0.14 0.63 0 0.78
HSL 286.67º 0.46% 0.15% -
HSV(B) 286.67º 0.63% 0.22% -
XYZ 2.27 1.48 4.04 -
YUV 33.48 141.28 139.07 -
System Red Green Blue C M Y K H S L
Decimal 49 21 57 0.14 0.63 0 0.78 286.67 0.46 0.15
Hex 31 15 39 E 3F 0 4E 11F 2E F
Octal 61 25 71 16 77 0 116 437 56 17
Binary 110001 10101 111001 1110 111111 0 1001110 100011111 101110 1111

Color Harmonies of #311539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311539

Black with #311539

Text Example


Text Example

White with #311539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311539; }

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

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

background-color css

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

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

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

border-color css

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

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

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