Html Css Color HEX #311849 Blackcurrant

📋 copy color: '#311849'

red 49 ◦ green 24 ◦ blue 73

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

Shades of Blackcurrant #311849

Tints of Blackcurrant #311849

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.44%

 BLUE value IS 73 (28.91% from 255) = 50%

R = 33.56%
G = 16.44%
B = 50%

CMYK

 C value IS 0.33

 M value IS 0.67

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#311849 (or 0x311849) is known color: Blackcurrant. HEX triplet: 31, 18 and 49. RGB value is (49,24,73). Sum of RGB (Red+Green+Blue) = 49+24+73=146 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.56% from 146); Green value is 24 (9.77% from 255 or 16.44% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #311849 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311849 is #CEE7B6. Grayscale: #242424. Windows color (decimal): -13559735 or 4790321. OLE color: 4790321.

HSL color Cylindrical-coordinate representation of color #311849: hue angle of 270.61º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #311849 is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 24 73 -
CMYK 0.33 0.67 0 0.71
HSL 270.61º 0.51% 0.19% -
HSV(B) 270.61º 0.67% 0.29% -
XYZ 2.8 1.79 6.5 -
YUV 37.06 148.28 136.52 -
System Red Green Blue C M Y K H S L
Decimal 49 24 73 0.33 0.67 0 0.71 270.61 0.51 0.19
Hex 31 18 49 21 43 0 47 10F 33 13
Octal 61 30 111 41 103 0 107 417 63 23
Binary 110001 11000 1001001 100001 1000011 0 1000111 100001111 110011 10011

Color Harmonies of #311849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311849

Black with #311849

Text Example


Text Example

White with #311849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311849; }

 p { color: rgb(49,24,73); }

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

background-color css

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

 a { background-color: rgb(49,24,73); }

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

border-color css

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

 span { border-color: rgb(49,24,73); }

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