Html Css Color HEX #311339 Blackcurrant

📋 copy color: '#311339'

red 49 ◦ green 19 ◦ blue 57

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

Shades of Blackcurrant #311339

Tints of Blackcurrant #311339

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.2%

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

R = 39.2%
G = 15.2%
B = 45.6%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#311339 (or 0x311339) is known color: Blackcurrant. HEX triplet: 31, 13 and 39. RGB value is (49,19,57). Sum of RGB (Red+Green+Blue) = 49+19+57=125 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.2% from 125); Green value is 19 (7.81% from 255 or 15.2% from 125); Blue value is 57 (22.66% from 255 or 45.6% from 125); Max value from RGB is 57 - color contains mainly: blue. Hex color #311339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311339 is #CEECC6. Grayscale: #202020. Windows color (decimal): -13561031 or 3740465. OLE color: 3740465.

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

Color convert

RGB 49 19 57 -
CMYK 0.14 0.67 0 0.78
HSL 287.37º 0.5% 0.15% -
HSV(B) 287.37º 0.67% 0.22% -
XYZ 2.24 1.41 4.03 -
YUV 32.3 141.94 139.91 -
System Red Green Blue C M Y K H S L
Decimal 49 19 57 0.14 0.67 0 0.78 287.37 0.5 0.15
Hex 31 13 39 E 43 0 4E 11F 32 F
Octal 61 23 71 16 103 0 116 437 62 17
Binary 110001 10011 111001 1110 1000011 0 1001110 100011111 110010 1111

Color Harmonies of #311339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311339

Black with #311339

Text Example


Text Example

White with #311339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311339; }

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

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

background-color css

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

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

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

border-color css

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

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

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