Html Css Color HEX #311346 Blackcurrant

📋 copy color: '#311346'

red 49 ◦ green 19 ◦ blue 70

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

Shades of Blackcurrant #311346

Tints of Blackcurrant #311346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 50.72%

R = 35.51%
G = 13.77%
B = 50.72%

CMYK

 C value IS 0.30

 M value IS 0.73

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#311346 (or 0x311346) is known color: Blackcurrant. HEX triplet: 31, 13 and 46. RGB value is (49,19,70). Sum of RGB (Red+Green+Blue) = 49+19+70=138 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.51% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 70 (27.73% from 255 or 50.72% from 138); Max value from RGB is 70 - color contains mainly: blue. Hex color #311346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311346 is #CEECB9. Grayscale: #212121. Windows color (decimal): -13561018 or 4592433. OLE color: 4592433.

HSL color Cylindrical-coordinate representation of color #311346: hue angle of 275.29º degrees, saturation: 0.57, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #311346 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 49 19 70 -
CMYK 0.30 0.73 0 0.73
HSL 275.29º 0.57% 0.17% -
HSV(B) 275.29º 0.73% 0.27% -
XYZ 2.6 1.56 5.96 -
YUV 33.78 148.44 138.85 -
System Red Green Blue C M Y K H S L
Decimal 49 19 70 0.30 0.73 0 0.73 275.29 0.57 0.17
Hex 31 13 46 1E 49 0 49 113 39 11
Octal 61 23 106 36 111 0 111 423 71 21
Binary 110001 10011 1000110 11110 1001001 0 1001001 100010011 111001 10001

Color Harmonies of #311346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311346

Black with #311346

Text Example


Text Example

White with #311346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311346; }

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

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

background-color css

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

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

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

border-color css

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

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

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