Html Css Color HEX #311540 Blackcurrant

📋 copy color: '#311540'

red 49 ◦ green 21 ◦ blue 64

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

Shades of Blackcurrant #311540

Tints of Blackcurrant #311540

RGB

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

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

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

R = 36.57%
G = 15.67%
B = 47.76%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#311540 (or 0x311540) is known color: Blackcurrant. HEX triplet: 31, 15 and 40. RGB value is (49,21,64). Sum of RGB (Red+Green+Blue) = 49+21+64=134 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.57% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 64 (25.39% from 255 or 47.76% from 134); Max value from RGB is 64 - color contains mainly: blue. Hex color #311540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311540 is #CEEABF. Grayscale: #222222. Windows color (decimal): -13560512 or 4199729. OLE color: 4199729.

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

Color convert

RGB 49 21 64 -
CMYK 0.23 0.67 0 0.75
HSL 279.07º 0.51% 0.17% -
HSV(B) 279.07º 0.67% 0.25% -
XYZ 2.46 1.56 5.02 -
YUV 34.27 144.78 138.5 -
System Red Green Blue C M Y K H S L
Decimal 49 21 64 0.23 0.67 0 0.75 279.07 0.51 0.17
Hex 31 15 40 17 43 0 4B 117 33 11
Octal 61 25 100 27 103 0 113 427 63 21
Binary 110001 10101 1000000 10111 1000011 0 1001011 100010111 110011 10001

Color Harmonies of #311540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311540

Black with #311540

Text Example


Text Example

White with #311540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311540; }

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

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

background-color css

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

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

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

border-color css

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

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

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