Html Css Color HEX #311140 Blackcurrant

📋 copy color: '#311140'

red 49 ◦ green 17 ◦ blue 64

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

Shades of Blackcurrant #311140

Tints of Blackcurrant #311140

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.08%

 BLUE value IS 64 (25.39% from 255) = 49.23%

R = 37.69%
G = 13.08%
B = 49.23%

CMYK

 C value IS 0.23

 M value IS 0.73

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#311140 (or 0x311140) is known color: Blackcurrant. HEX triplet: 31, 11 and 40. RGB value is (49,17,64). Sum of RGB (Red+Green+Blue) = 49+17+64=130 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.69% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 64 (25.39% from 255 or 49.23% from 130); Max value from RGB is 64 - color contains mainly: blue. Hex color #311140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311140 is #CEEEBF. Grayscale: #1F1F1F. Windows color (decimal): -13561536 or 4198705. OLE color: 4198705.

HSL color Cylindrical-coordinate representation of color #311140: hue angle of 280.85º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #311140 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 49 17 64 -
CMYK 0.23 0.73 0 0.75
HSL 280.85º 0.58% 0.16% -
HSV(B) 280.85º 0.73% 0.25% -
XYZ 2.39 1.42 5 -
YUV 31.93 146.1 140.18 -
System Red Green Blue C M Y K H S L
Decimal 49 17 64 0.23 0.73 0 0.75 280.85 0.58 0.16
Hex 31 11 40 17 49 0 4B 119 3A 10
Octal 61 21 100 27 111 0 113 431 72 20
Binary 110001 10001 1000000 10111 1001001 0 1001011 100011001 111010 10000

Color Harmonies of #311140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311140

Black with #311140

Text Example


Text Example

White with #311140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311140; }

 p { color: rgb(49,17,64); }

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

background-color css

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

 a { background-color: rgb(49,17,64); }

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

border-color css

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

 span { border-color: rgb(49,17,64); }

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