Html Css Color HEX #311541 Blackcurrant

📋 copy color: '#311541'

red 49 ◦ green 21 ◦ blue 65

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

Shades of Blackcurrant #311541

Tints of Blackcurrant #311541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 48.15%

R = 36.3%
G = 15.56%
B = 48.15%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#311541 (or 0x311541) is known color: Blackcurrant. HEX triplet: 31, 15 and 41. RGB value is (49,21,65). Sum of RGB (Red+Green+Blue) = 49+21+65=135 (17% of max value = 765). Red value is 49 (19.53% from 255 or 36.30% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #311541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311541 is #CEEABE. Grayscale: #222222. Windows color (decimal): -13560511 or 4265265. OLE color: 4265265.

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

Color convert

RGB 49 21 65 -
CMYK 0.25 0.68 0 0.75
HSL 278.18º 0.51% 0.17% -
HSV(B) 278.18º 0.68% 0.25% -
XYZ 2.49 1.57 5.17 -
YUV 34.39 145.28 138.42 -
System Red Green Blue C M Y K H S L
Decimal 49 21 65 0.25 0.68 0 0.75 278.18 0.51 0.17
Hex 31 15 41 19 44 0 4B 116 33 11
Octal 61 25 101 31 104 0 113 426 63 21
Binary 110001 10101 1000001 11001 1000100 0 1001011 100010110 110011 10001

Color Harmonies of #311541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311541

Black with #311541

Text Example


Text Example

White with #311541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311541; }

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

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

background-color css

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

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

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

border-color css

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

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

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